@charset "UTF-8";
html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 320px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
}

main {
  min-height: 70vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #2e2f30;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.parent {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (min-width: 320px) {
  .parent {
    display: block;
  }
}
@media (min-width: 1080px) {
  .parent {
    display: grid;
  }
}

.div1 {
  grid-area: 1/1/6/5;
}

.div2 {
  grid-area: 1/5/6/8;
}

@keyframes scale {
  from {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
}
@keyframes rotated-style2 {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-10px, 10px) rotate(10deg);
    transform: translate(-10px, 10px) rotate(10deg);
  }
  50% {
    -webkit-transform: translate(5px, -5px) rotate(25deg);
    transform: translate(5px, -5px) rotate(25deg);
  }
  75% {
    -webkit-transform: translate(15px, -5px) rotate(15deg);
    transform: translate(15px, -5px) rotate(15deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 60%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 60%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 40%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}

.page-header h2 {
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.page-header .page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1382px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.page-header .page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 377px;
  content: "";
  background-image: -ms-linear-gradient(0deg, #eef0f6 0%, rgba(238, 240, 246, 0) 100%);
}
.page-header .page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}
.page-header .page-header__inner h2 {
  font-size: 40px;
  color: var(--brote-base);
  font-weight: 700;
  line-height: 50px;
}
.page-header .thm-breadcrumb {
  position: relative;
  display: block;
}
.page-header .thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.page-header .thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-shadow: 0 0 5px #000;
}
.page-header .thm-breadcrumb li:hover a {
  color: #eee;
}
.page-header .thm-breadcrumb li + li {
  margin-left: 4px;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}
.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}
.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}
.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}
.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}
.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}
.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 147px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: right bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 45%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 25%;
  }
}

.top-nav {
  background-color: #D9E8F3;
  padding: 15px 0;
  color: #144D75;
}
.top-nav .top-btn {
  background-color: #144D75;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-nav .top-btn {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top-nav .top-btn {
    padding: 3px 10px;
    font-size: 15px;
  }
}
.top-nav .top-btn:last-child {
  margin-bottom: 0;
}
.top-nav i {
  font-size: 24px;
  color: #144D75;
}
.top-nav a:hover {
  text-decoration: none;
}
.top-nav img {
  width: 20%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-nav img {
    margin: 0;
    width: 19%;
  }
}
@media (min-width: 1024px) {
  .top-nav img {
    margin: 0;
    width: 13%;
  }
}
@media (min-width: 1200px) {
  .top-nav img {
    width: 10%;
  }
}
.top-nav .company-name {
  margin-top: 14px;
  margin-left: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .top-nav .company-name {
    margin-top: 34px;
    margin-left: 7px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .top-nav .company-name {
    margin-top: 34px;
    margin-left: 15px;
  }
}
.top-nav .company-name h1 {
  font-size: 16px;
  color: #144D75;
  margin-bottom: 0;
  font-weight: 600;
}
.top-nav .company-name h2 {
  font-size: 30px;
  color: #007B00;
}
@media (min-width: 768px) {
  .top-nav .company-name h2 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .top-nav .company-name h2 {
    font-size: 30px;
  }
}
.top-nav .phone-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .top-nav .phone-icons {
    display: flex;
    justify-content: end;
    align-items: center;
  }
}
.top-nav .header-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .top-nav .header-buttons {
    justify-content: end;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .top-nav .header-buttons div {
    margin-top: 29px;
  }
}
@media (min-width: 1200px) {
  .top-nav .header-buttons div {
    margin-top: 35px;
  }
}
.top-nav .number-social {
  margin-top: 15px;
}

.navbar {
  background-color: #2B628B;
}
.navbar li a {
  padding: 15px 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar li a {
    padding: 0px 10px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .navbar li a {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .navbar .nav-link {
    padding: 0px 0.6rem !important;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    padding: 0px 0.9rem !important;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    padding: 0px 1.9rem !important;
  }
}
@media (min-width: 1366px) {
  .navbar .nav-link {
    padding: 0px 1.6rem !important;
  }
}
@media (min-width: 1500px) {
  .navbar .nav-link {
    padding: 0px 1.6rem !important;
  }
}
.navbar .dropdown-menu {
  z-index: 2;
  background-color: #2B628B;
  border: 0;
  border-radius: 0;
}
.navbar .dropdown-menu a {
  color: #ffffff;
  margin-bottom: 10px;
}
.navbar .dropdown-menu a:hover {
  background-color: transparent;
}
.navbar .navbar-toggler span {
  margin-bottom: -7px;
}

.carousel {
  padding: 0;
  overflow: hidden;
}
.carousel span {
  position: absolute;
  bottom: -50px;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.7);
  animation: animate 4s linear infinite;
}
.carousel span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.25) translate(-70%, -70%);
  background: radial-gradient(#fff, transparent);
  border-radius: 50%;
}
@keyframes animate {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  60%, 99% {
    opacity: 1;
  }
  100% {
    transform: translateY(-1200%);
    opacity: 0;
  }
}
.carousel .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .carousel .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .carousel .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .carousel .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .carousel .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.carousel .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .carousel .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .carousel .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .carousel .slider-text h1 {
    font-size: 46px;
  }
}
.carousel .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .carousel .slider-text p {
    color: #fff;
  }
}
.carousel .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .carousel .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .carousel .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .carousel .overlay {
    height: auto;
  }
}

.about-section {
  padding: 60px 0;
}
.about-section span {
  font-weight: 600;
  color: #2B628B;
}
.about-section .office-ag {
  margin-right: 16px;
}
.about-section h1 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #144D75;
}
@media (min-width: 1200px) {
  .about-section h1 {
    font-size: 38px;
  }
}
.about-section .btn {
  background-color: #007B00;
  color: #ffffff;
  transition: 0.25s;
  padding: 5px 15px;
  text-transform: uppercase;
}
.about-section .slide:hover,
.about-section .slide:focus {
  box-shadow: inset 9.5em 0 0 0 #DEEEDE;
  color: #007B00;
}
.about-section svg {
  color: #2B628B;
}
@media (min-width: 768px) {
  .about-section img {
    margin: 0 auto;
  }
}

.services-container {
  background: url(../../images/focus_bg.png) no-repeat;
  background-position: center;
  background-color: #D9E8F3;
  padding: 60px 0;
}
.services-container .container-fluid {
  padding: 0 auto;
}
@media (min-width: 768px) {
  .services-container .container-fluid {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .services-container .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 1366px) {
  .services-container .container-fluid {
    padding: 0 35px;
  }
}
@media (min-width: 1500px) {
  .services-container .container-fluid {
    padding: 0 5px;
  }
}
@media (min-width: 1800px) {
  .services-container .container-fluid {
    padding: 0 185px;
  }
}
.services-container .services-three-bg {
  position: absolute;
  top: 34%;
  left: 47%;
  width: 1497px;
  height: 746px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  .services-container .services-three-bg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .services-container .services-three-bg {
    display: block;
  }
}
.services-container .services-three-dot-2 {
  position: absolute;
  right: 0;
  top: 29%;
}
@media (min-width: 768px) {
  .services-container .services-three-dot-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .services-container .services-three-dot-2 {
    display: block;
  }
}
.services-container .services-three-dot-1 {
  position: absolute;
  left: 0;
  top: 29%;
}
@media (min-width: 768px) {
  .services-container .services-three-dot-1 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .services-container .services-three-dot-1 {
    display: block;
  }
}
.services-container h1 {
  color: #2B628B;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .services-container h1 {
    padding: 0 305px;
  }
}
@media (min-width: 1251px) {
  .services-container h1 {
    padding: 0 20px;
  }
}
.services-container h2 {
  color: #2B628B;
  text-align: center;
}
.services-container p {
  color: #333333;
  text-align: center;
}
.services-container .card {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
  transition: background-color 700ms ease;
  border: 0;
}
@media (min-width: 768px) {
  .services-container .card {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .services-container .card {
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .services-container .card {
    height: 310px;
  }
}
@media (min-width: 1366px) {
  .services-container .card {
    height: 290px;
  }
}
.services-container .card .card-body {
  text-align: center;
}
.services-container .card .card-body .feature-one-single-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 590px;
  opacity: 0;
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: -1;
}
.services-container .card .card-body .feature-one-single-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(43, 98, 139, 0.5);
}
.services-container .card .card-body .circle-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.services-container .card .card-body .icon-container {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border: 10px solid #D9E8F3;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  transition: all 700ms ease;
}
.services-container .card .card-body .icon-container i {
  font-size: 64px;
  top: 10px;
  left: 0px;
  right: 0px;
  bottom: 10px;
  position: relative;
  color: #7CA9CA;
}
.services-container .card .card-body .service-title {
  font-size: 21.5px;
  color: #2B628B;
  font-weight: bold;
  transition: all 700ms ease;
}
@media (min-width: 1200px) {
  .services-container .card .card-body .btn-space {
    margin-top: 15%;
  }
}
@media (min-width: 1500px) {
  .services-container .card .card-body .btn-space {
    margin-top: 0%;
  }
}
.services-container .card .card-body .learn-more .btn {
  background-color: #D9E8F3;
  color: #333333;
  padding: 10px 25px;
  border-radius: 20px;
  transition: all 700ms ease;
}
.services-container .card .card-body p {
  transition: all 700ms ease;
}
.services-container .card .card-body hr {
  transition: all 700ms ease;
}
.services-container .card:hover {
  background-color: transparent;
}
.services-container .card:hover .feature-one-single-bg {
  transform: translateY(0);
  opacity: 1;
}
.services-container .card:hover .service-title {
  color: #ffffff;
}
.services-container .card:hover .icon-container {
  background-color: #ffffff;
  border: 10px solid #2B628B;
}
.services-container .card:hover .btn {
  background-color: #007B00;
  color: #ffffff;
}
.services-container .card:hover p {
  color: #ffffff;
}
.services-container .card:hover hr {
  background-color: #fff;
}

.quote-news-container .div1 {
  background-image: url("../../images/DSC_0681 2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 15px;
}
@media (min-width: 768px) {
  .quote-news-container .div1 {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .quote-news-container .div1 {
    padding: 40px;
    background-position: -200px;
  }
}
.quote-news-container .div2 {
  background-color: #2B628B;
  padding: 20px;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .quote-news-container .div2 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-news-container .div2 {
    padding: 60px;
  }
}
.quote-news-container .div2 p {
  color: #ffffff;
}
.quote-news-container .div2 .test-box {
  margin-bottom: 45px;
}
.quote-news-container .div2 .test-box:last-child {
  margin-bottom: 15px;
}
.quote-news-container .div2 .animate-ball {
  position: absolute;
}
.quote-news-container .div2 .animate-ball .scale {
  animation: scale 2s alternate infinite;
}
.quote-news-container .div2 .animate-ball img {
  width: 55px;
}
@media (min-width: 320px) {
  .quote-news-container .div2 .animate-ball {
    display: none;
  }
}
@media (min-width: 1200px) {
  .quote-news-container .div2 .animate-ball {
    display: block;
  }
}
.quote-news-container .div2 .one {
  top: 281%;
  left: 70%;
}
.quote-news-container .div2 .two {
  top: 304%;
  left: 90%;
}
.quote-news-container .div2 .two img {
  animation: rotated-style2 5s linear infinite;
  width: 100px;
}
.quote-news-container .div2 .three {
  top: 324%;
  left: 78%;
}
.quote-news-container .div2 .three img {
  animation: rotated-style2 5s linear infinite;
  width: 40px;
}
.quote-news-container .div2 h1 {
  margin-bottom: 40px;
}
.quote-news-container .div2 h2 {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 1080px) {
  .quote-news-container .div2 h2 {
    font-size: 28px;
  }
}
.quote-news-container .div2 a {
  color: #ffffff;
}
.quote-news-container .card {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  padding-top: 30px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .quote-news-container .card {
    margin-left: 0;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .quote-news-container .card {
    padding: 60px;
    padding-top: 40px;
    margin-left: 0px;
  }
}
.quote-news-container .card h1 {
  margin-bottom: 40px;
  text-align: center;
}
.quote-news-container .card .form-group label {
  width: 49%;
}
@media (min-width: 320px) {
  .quote-news-container .card .form-group label {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .quote-news-container .card .form-group label {
    width: 49%;
  }
}
.quote-news-container .card label {
  width: 99%;
}

.full-form {
  background-image: url("../../images/form-bg.jpg");
  background-repeat: no-repeat;
  padding: 80px 0;
  color: #ffffff;
}
@media (min-width: 320px) {
  .full-form {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .full-form {
    background-position: center;
  }
}
.full-form .col-lg-4, .full-form .col-lg-6 {
  width: auto;
}
.full-form h1 {
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
  text-align: center;
}
@media (min-width: 768px) {
  .full-form h1 {
    text-align: center;
  }
}
.full-form p {
  font-size: 22px;
  text-shadow: 0 0 5px #000;
}
.full-form .form-group input {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
}
.full-form .form-group input::placeholder {
  color: #ffffff;
  font-weight: bolder;
}
.full-form .custom-file {
  display: grid;
}
.full-form .custom-file input {
  position: relative;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .full-form .custom-file input {
    float: right;
  }
}
.full-form .custom-file label {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 25px;
  padding: 0.3rem 0.5rem;
  height: 64px;
}
@media (min-width: 768px) {
  .full-form .custom-file label {
    height: 44px;
  }
}

.testimonials-container {
  background: url(../../images/testimonial_bg.png) no-repeat;
  background-position: bottom;
  padding: 70px 0 70px;
}
.testimonials-container .card {
  background-color: #E7F2F9;
  color: #144D75;
}
.testimonials-container .card i {
  opacity: 0.5;
  font-size: 31px;
  margin-bottom: 10px;
}
.testimonials-container .card .text-right {
  text-align: right;
  font-weight: bolder;
  font-size: 15px;
}
.testimonials-container .card p {
  margin-bottom: 0;
  font-style: italic;
}
.testimonials-container .card a {
  color: #2B628B;
}
.testimonials-container .card a span {
  background: #e6e6e6;
  padding: 0.3rem 0.5rem;
  font-size: 15px;
  line-height: 1;
}
.testimonials-container .card a span:hover {
  background-color: #fefefe;
}
.testimonials-container .card:before {
  height: 250px;
  width: 95%;
  content: "";
  position: absolute;
  background-color: #6BDDE4;
  z-index: -1;
  top: -10px;
  left: -10px;
}

.spotlight-container {
  background: url(../../images/logo_spotlight.png) no-repeat;
  background-color: #f3f3f3;
  background-position: right bottom;
  background-size: 50%;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .spotlight-container {
    background-size: 40%;
  }
}
@media (min-width: 1024px) {
  .spotlight-container {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  .spotlight-container {
    background-size: 20%;
  }
}
.spotlight-container h1 {
  color: #2B628B;
  text-align: center;
  margin-top: 10px;
  font-size: 35px;
}
@media (min-width: 768px) {
  .spotlight-container h1 {
    text-align: left;
  }
}
.spotlight-container p {
  text-align: center;
}
@media (min-width: 768px) {
  .spotlight-container p {
    text-align: left;
  }
}
.spotlight-container p span {
  font-size: 25px;
}
.spotlight-container img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .spotlight-container img {
    width: 30%;
    float: left;
    margin: 0;
    margin-right: 30px;
  }
}

.parallax {
  background-image: url("../../images/industries-bg.jpg");
  background-attachment: inherit;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 85px 0;
}
@media (min-width: 1200px) {
  .parallax {
    background-attachment: fixed;
  }
}

.clients .card {
  background: #010101a3;
}
.clients span {
  border-bottom: 1px solid #D9E8F3;
  display: block;
  margin: 0 27px;
}
@media (min-width: 768px) {
  .clients span {
    margin: 0 30px;
  }
}
@media (min-width: 1200px) {
  .clients span {
    margin: 0 62px;
  }
}
.clients h2 {
  margin-bottom: 0;
  color: #D9E8F3;
}
.clients h3 {
  font-size: 20px;
  color: #fff;
}
.clients p {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.service-area {
  background: url(../../images/our_service_bg.png) no-repeat;
  background-position: center;
  background-size: 900%;
  background-color: #DEEEDE;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .service-area {
    background-size: 300%;
  }
}
@media (min-width: 1200px) {
  .service-area {
    background-size: cover;
  }
}
.service-area p {
  font-size: 22px;
  text-align: center;
}
.service-area h1 {
  color: #2B628B;
}

.logo-slide {
  padding: 40px 0;
}
.logo-slide .photos {
  display: block;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .logo-slide .photos {
    display: flex;
  }
}
.logo-slide .photos div img {
  width: 47%;
  margin: 0 auto;
}
.logo-slide .photos .chamber img {
  width: 63%;
}

footer {
  background-color: #144D75;
  color: #ffffff;
}
footer .footer-top {
  padding: 60px 0;
}
@media (min-width: 320px) {
  footer {
    text-align: center;
  }
}
footer img {
  margin: 0 auto;
}
footer span {
  font-size: 15px;
}
footer ul {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer ul {
    columns: 5;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  footer ul {
    columns: 3;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer ul {
    columns: 3;
    text-align: left;
  }
}
footer ul a {
  color: #ffffff;
}
footer ul a:hover {
  color: #ffffff;
}
footer .slogan {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
}
@media (min-width: 768px) {
  footer .slogan {
    font-size: 12px;
  }
}
footer .slogan img {
  width: 25%;
}
@media (min-width: 768px) {
  footer .slogan img {
    width: 28%;
  }
}
@media (min-width: 320px) {
  footer .slogan {
    text-align: center;
  }
}

.bottom-footer {
  background-color: #081e2d;
  padding: 5px 0;
}
.bottom-footer p {
  margin-bottom: 0;
  color: #dedede;
}

.about-us-page img {
  border-radius: 5px;
}
.about-us-page ol, .about-us-page ul {
  list-style-position: inside;
  padding-left: 40px;
  list-style: disc;
}

.single-upcoming-news-box {
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
.single-upcoming-news-box .news-box {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: aliceblue;
}
@media (min-width: 768px) {
  .single-upcoming-news-box .news-box {
    display: flex;
  }
}
.single-upcoming-news-box .news-box .news-content .content {
  padding: 30px;
}
.single-upcoming-news-box .news-box .news-content .content h2 {
  font-size: 23px;
  font-weight: 600;
}
.single-upcoming-news-box .news-box .news-content .content h2 a {
  display: inline-block;
  color: #144D75;
}
.single-upcoming-news-box .news-box .news-content .content p {
  margin-top: 12px;
}
.single-upcoming-news-box .news-box .news-content .content .location {
  display: block;
  color: #D9E8F3;
  margin-top: 15px;
}
.single-upcoming-news-box .news-box .news-content .content .location i {
  color: #144D75;
  margin-right: 2px;
}
.single-upcoming-news-box .news-box .news-content .content .join-now-btn {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 3px;
  color: #144D75;
}
.single-upcoming-news-box .news-box .news-content .content .join-now-btn::before {
  width: 100%;
  height: 1px;
  background: #007B00;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-upcoming-news-box .news-box .news-content .content .join-now-btn:hover {
  color: #007B00;
}
.single-upcoming-news-box .news-box .news-content .content .join-now-btn:hover::before {
  width: 0;
}
.single-upcoming-news-box .news-box .news-content .content a:hover {
  text-decoration: none;
}
.single-upcoming-news-box .news-box .news-date {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-upcoming-news-box .news-box .news-date {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.single-upcoming-news-box .news-box .news-date .date {
  width: 100%;
  height: 100%;
  background-color: #2B628B;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}
.single-upcoming-news-box .news-box .news-date .date .d-date {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 55px 0;
}
@media (min-width: 768px) {
  .single-upcoming-news-box .news-box .news-date .date .d-date {
    padding: 0;
  }
}
.single-upcoming-news-box .news-box .news-date .date span {
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.single-upcoming-news-box .news-box .news-date .date span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 4px;
  background: #ffffff;
  width: 1px;
  height: 30px;
  transform: rotate(40deg);
}
.single-upcoming-news-box .news-box .news-date .date h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}
.single-upcoming-news-box .news-box .news-date .date p {
  color: #ffffff;
  line-height: initial;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-upcoming-news-box .news-box .news-date .date i {
  display: inline-block;
  font-size: 110px;
  color: #ffffff;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0.1;
}

.news-detail-page img {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news-detail-page img {
    float: right;
    width: 40%;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.faqs-page .card-header {
  background: #144D75;
  color: #fff;
  cursor: pointer;
  border-bottom: none;
}
.faqs-page .card-header h2 {
  font-size: 21px;
}
.faqs-page .card-header .plusminus {
  font-size: 20px;
  margin-left: 10px;
  float: right;
}
.faqs-page .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
}
.faqs-page .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.faqs-page .card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: #D9E8F3D6;
}
.faqs-page .card-body {
  border-top: 1px solid #ddd;
}

:root {
  --brote-font: "DM Sans", sans-serif;
  --brote-reey-font: "reeyregular";
  --brote-gray: #7b7d83;
  --brote-gray-rgb: 123, 125, 131;
  --brote-white: #ffffff;
  --brote-white-rgb: 255, 255, 255;
  --brote-base: #1239ac;
  --brote-base-rgb: 18, 57, 172;
  --brote-primary: #ffb400;
  --brote-primary-rgb: 255, 180, 0;
}

.team-page {
  position: relative;
  display: block;
  padding: 120px 0 139px;
}
.team-page h2 {
  font-size: 30px;
}
.team-page .photo-cat {
  background: #f3f3f3;
  padding: 15px;
}
.team-page .gallery-img {
  overflow: hidden;
  height: 200px;
}
.team-page .gallery-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.team-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.team-page .cat-topic a {
  color: #000;
  background-color: #DEEEDE;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}
.team-page .cat-topic a:hover {
  text-decoration: none;
}
.team-page .cat-topic a.active-topic {
  background-color: #007B00;
  color: #fff;
  white-space: normal;
}
.team-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.team-page .team-one__single {
  margin-bottom: 51px;
}
.team-page .team-one__title-box {
  padding-right: 30px;
  padding-top: 22px;
  padding-bottom: 39px;
  margin-left: 20px;
  margin-top: -100px;
}
.team-page .team-one__sub-title-box {
  padding: 17px 30px;
  bottom: -21px;
}
.team-page .team-one__sub-title-box:before {
  top: -20px;
  left: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid #0a2e99;
  border-bottom: 0px solid transparent;
}
.team-page .team-one__sub-title-box:after {
  right: -20px;
  border-left: 20px solid #0a2e99;
  border-bottom: 21px solid transparent;
}

.team-one {
  position: relative;
  display: block;
  padding: 210px 0 90px;
  background-color: #eef0f6;
  margin-top: -90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 41px;
}
.team-one__single:hover .team-one__img:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}
.team-one__single:hover .team-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.team-one__single:hover .read-more {
  text-decoration: underline;
}

.team-one__img {
  position: relative;
  display: block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 17px;
  overflow: hidden;
  height: 350px;
}
.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--brote-base-rgb), 0.3);
  width: 0%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.team-one__img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__content {
  position: relative;
  display: block;
  z-index: 2;
}
.team-one__content .team-one__title-box {
  position: relative;
  display: block;
  background-color: #D9E8F3;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 38px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 10px;
  margin-top: -80px;
  z-index: 2;
}
.team-one__content .team-one__title-box .team-one__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.team-one__content .team-one__title-box .team-one__name a {
  color: #144D75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__content .team-one__sub-title-box {
  position: absolute;
  display: inline-block;
  background-color: #DEEEDE;
  padding: 12px 20px;
  bottom: -11px;
  left: 0;
  border-top-right-radius: 15px;
  z-index: 2;
}
.team-one__content .team-one__sub-title-box:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid #007B00;
  border-bottom: 0px solid transparent;
}
.team-one__content .team-one__sub-title-box:after {
  position: absolute;
  bottom: 0px;
  right: -10px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 10px solid #007B00;
  border-bottom: 11px solid transparent;
}
.team-one__content .team-one__sub-title-box .team-one__sub-title {
  font-size: 12px;
  color: #000;
  line-height: 12px;
  margin-bottom: 0;
}
.team-one__content .read-more {
  position: absolute;
  top: 54px;
  left: 225px;
  z-index: 2;
  font-size: 16px;
  color: #000;
}

.team-details {
  position: relative;
  display: block;
}

.team-details-shape-1 {
  position: absolute;
  bottom: -270px;
  right: 0;
  opacity: 0.5;
  z-index: 2;
}
.team-details-shape-1 img {
  width: auto;
}

.team-details__top {
  position: relative;
  display: block;
}
.team-details__top .team-details__top-img {
  display: flex;
  border-radius: 30px;
}
.team-details__top .team-details__top-img img {
  width: 100%;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .team-details__top .team-details__top-img img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .team-details__top .team-details__top-img img {
    width: 100%;
  }
}
.team-details__top .team-details__big-text {
  font-size: 36px;
  line-height: 0.8;
  text-transform: uppercase;
  color: #eef0f6;
  letter-spacing: 0.35em;
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .team-details__top .team-details__big-text {
    font-size: 70px;
  }
}

.team-details__top-right {
  position: relative;
  display: block;
}
.team-details__top-right .team-details__top-content {
  position: relative;
  display: block;
  margin-top: -11px;
}
.team-details__top-right .team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 3px;
}
.team-details__top-right .team-details__top-name .team-details__top-title {
  font-size: 16px;
  color: var(--brote-gray);
}
.team-details__top-right .team-details__top-name .team-details__top-title .team-details__top-text-1 {
  font-size: 30px;
  color: var(--brote-primary);
  line-height: 45px;
  font-weight: 400;
}

.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #e4e5ea;
  padding-top: 110px;
  padding-bottom: 120px;
}
.team-details__bottom .team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}
.team-details__bottom .team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.team-details__bottom .team-details__bottom-left-text {
  font-size: 18px;
  line-height: 34px;
  padding-top: 30px;
  font-weight: 400;
}
.team-details__bottom .team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 1px;
}

.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: #eef0f6;
  border-radius: 7px;
  margin-bottom: 22px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 13px;
  border-radius: 7px;
  background-color: var(--brote-primary);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0px;
  bottom: 21px;
  color: var(--brote-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__progress-single {
  position: relative;
  display: block;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--brote-base);
  margin-bottom: 6px;
}

.service-navigation .line {
  border-bottom: 1px solid #000;
  margin: 0;
}
.service-navigation .btn-navigation {
  padding: 20px;
  background-color: #ededed;
  color: #061b2f;
  border-radius: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  font-family: "Rajdhani", sans-serif;
}
.service-navigation .btn-navigation i {
  margin-left: 9px;
  display: none;
  color: #007B00;
}
@media (min-width: 768px) {
  .service-navigation .btn-navigation i {
    display: inherit;
  }
}
.service-navigation .btn-navigation.active {
  background-color: #2B628B;
  color: #fff;
}
.service-navigation .btn-navigation.active i {
  color: #fff;
}
.service-navigation .btn-navigation span {
  white-space: normal;
}
.service-navigation .quote-card {
  border: 1px solid #eee;
  text-align: center;
}
.service-navigation .quote-card h2 {
  font-size: 1.5rem;
}
.service-navigation .quote-card h2,
.service-navigation .quote-card p {
  font-family: "Prompt", sans-serif;
}
.service-navigation .quote-card p {
  font-size: 15px;
}
.service-navigation .quote-card i {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  padding: 20px 30px;
  color: #104184;
}

.service-detail {
  height: 50%;
}
.service-detail .service-box {
  background: #D9E8F3;
  background-image: url(../images/logo_watermark.png);
  background-size: 40%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 10px;
}
.service-detail .service-box h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .service-detail .service-box h2 {
    font-size: 2rem;
  }
}
.service-detail .image-container img {
  width: 100%;
}
@media (min-width: 768px) {
  .service-detail .image-container img {
    float: right;
    margin-left: 10px;
    width: 42%;
  }
}
@media (min-width: 1200px) {
  .service-detail .image-container img {
    float: right;
    margin-left: 10px;
    width: 42%;
  }
}
.service-detail hr {
  border-top: 5px solid #007B00;
  width: 20%;
  margin-left: 0;
}

.photo-gal-page .card {
  background: aliceblue;
}
.photo-gal-page .card .card-columns {
  column-gap: 0.5rem;
  column-count: 1;
}
@media (min-width: 768px) {
  .photo-gal-page .card .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .photo-gal-page .card .card-columns {
    column-count: 4;
  }
}
.photo-gal-page .gal-img img {
  margin-bottom: 10px;
}
.photo-gal-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gal-page .cat-topic a {
  color: #000;
  background-color: #D9E8F3;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}
.photo-gal-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-gal-page .cat-topic a.active-topic {
  background-color: #144D75;
  color: #fff;
  white-space: normal;
}
.photo-gal-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.testimonial-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonial-page .card-columns {
    column-count: 2;
  }
}
.testimonial-page .stars {
  margin-bottom: 20px;
}
.testimonial-page .stars i {
  color: gold;
}
@media (min-width: 768px) {
  .testimonial-page .stars {
    float: right;
    margin-bottom: 0;
  }
}
.testimonial-page .fa-quote-left {
  font-size: 25px;
}
.testimonial-page .grid-testimonials {
  margin: 0;
  padding-top: 1.5em;
}
.testimonial-page .grid-testimonials .test-item {
  float: left;
  list-style-type: none;
  padding-bottom: 2.5em;
}
.testimonial-page .grid-testimonials .test-item p {
  font-style: italic;
}
.testimonial-page .grid-testimonials .quote-arrow {
  background: #D9E8F3;
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 10%;
  margin-left: -18px;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
}
.testimonial-page .card {
  background-color: #D9E8F3;
  padding: 1.5em;
  position: relative;
  border-radius: 10px;
  color: #000;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 50px;
}
.testimonial-page .card img {
  width: 20%;
  float: right;
}
@media (min-width: 768px) {
  .testimonial-page .card img {
    width: 20%;
  }
}
.testimonial-page .grid-testimonials-citation {
  color: #000;
  display: block;
  margin-top: 2em;
  text-align: left;
}
.testimonial-page .modal .modal-header {
  background: #2B628B;
  color: #fff;
}
.testimonial-page .modal .modal-header button {
  color: #fff;
}
.testimonial-page .modal .modal-body {
  background: aliceblue;
}
.testimonial-page .modal .modal-footer {
  background-color: #eee;
}
.testimonial-page .modal .modal-footer button {
  background-color: #144D75;
}
.testimonial-page .modal .modal-footer input {
  background-color: #007B00;
  border: 1px solid #007B00;
}

.location-bg {
  padding: 3rem 0rem 0rem;
  background-color: aliceblue;
}

.contact-us-page iframe {
  width: 100%;
  height: 100%;
  min-height: 225px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.contact-us-page span {
  margin: 0rem 0 1rem;
  color: #007B00;
  font-size: 22px;
}
.contact-us-page p {
  margin: 0;
  padding: 0;
}
.contact-us-page p a {
  color: #006300;
}
.contact-us-page .location-title {
  padding: 0.8rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact-us-page .location-title {
    position: relative;
    margin-bottom: 0rem;
  }
}
.contact-us-page .location-title h2 {
  color: #fff;
  background-color: rgba(43, 97, 139, 0.9);
  padding: 0 1rem 0.25rem;
}
@media (min-width: 768px) {
  .contact-us-page .location-title h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contact-us-page .seaford img {
    margin: 0 auto;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .seaford img {
    margin: 0 auto;
    width: 100%;
  }
}
.contact-us-page .dover, .contact-us-page .wilmington {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.contact-form-page {
  background: linear-gradient(rgba(67, 67, 67, 0.2), rgba(60, 60, 60, 0.2)), url(../../images/contact_parallax.jpg);
  background-attachment: inherit;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 85px 0;
}
.contact-form-page .card {
  background: #ffffffe0;
}
.contact-form-page .form-group input, .contact-form-page .form-group textarea {
  background-color: transparent;
  border-radius: 10px;
  border: 2px solid #2B628B;
  color: black;
}
.contact-form-page .form-group input::placeholder, .contact-form-page .form-group textarea::placeholder {
  color: #2B628B;
  font-weight: bolder;
}
.contact-form-page .form-group input:focus, .contact-form-page .form-group textarea:focus {
  background: white;
}

.request-page {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/request_bg.jpg);
  background-size: cover;
}
.request-page .card {
  padding: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.request-page .row {
  display: flex;
}
.request-page .lead p {
  font-size: 15px;
}
.request-page .form .request-info {
  position: relative;
}
.request-page .form .request-info input, .request-page .form .request-info textarea, .request-page .form .request-info select {
  width: 100%;
  height: 60px;
  padding-left: 45px;
  margin-bottom: 30px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .request-page .form .request-info input, .request-page .form .request-info textarea, .request-page .form .request-info select {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .request-page .form .request-info input, .request-page .form .request-info textarea, .request-page .form .request-info select {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) {
  .request-page .form .request-info textarea {
    padding-left: 45px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .request-page .form .request-info select {
    text-indent: 76px;
    line-height: 30px;
  }
}
.request-page .form .request-info input, .request-page .form .request-info textarea, .request-page .form .request-info select {
  color: #4245468a;
}
.request-page .form .request-info input::placeholder, .request-page .form .request-info textarea::placeholder, .request-page .form .request-info select::placeholder {
  color: #4245468a;
}
.request-page .form .request-info textarea {
  height: 240px;
  padding-top: 25px;
}
.request-page .form .request-info .icon-bg {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .request-page .form .request-info .icon-bg {
    left: 14px;
  }
}
@media (min-width: 1024px) {
  .request-page .form .request-info .icon-bg {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .request-page .form .request-info .icon-bg {
    left: 15px;
  }
}
.request-page .form .request-info .icon-bg-textarea {
  top: 25px;
}
.request-page .form .submit-btn {
  font-size: 20px;
}
.request-page .form .submit-btn:hover {
  border: 1px solid #333333;
}

.stay-informed-page {
  background: linear-gradient(to right, #DEEEDE 0%, #DEEEDE 40%, #fff 40%, #fff 100%);
}
@media (min-width: 768px) {
  .stay-informed-page .container {
    min-height: 60vh;
  }
}
.stay-informed-page .u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 100%;
  max-width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .stay-informed-page .u-layout-row {
    display: flex;
  }
}
.stay-informed-page .u-layout-row > .u-size-28 {
  flex: 0 0 46.66666667%;
  max-width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .stay-informed-page .u-layout-row > .u-size-28 {
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
}
.stay-informed-page .u-layout-row > .u-size-32 {
  flex: 0 0 53.33333333%;
  max-width: 100%;
  min-width: 100%;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .stay-informed-page .u-layout-row > .u-size-32 {
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
}
.stay-informed-page .u-layout-row > * {
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.stay-informed-page .u-layout-row .form-control {
  background: #dadada;
  border-radius: 0;
}
.stay-informed-page .u-layout-row .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
.stay-informed-page .u-layout-row h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.stay-informed-page .u-layout-col {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.stay-informed-page .u-layout-col > * {
  display: flex;
}
.stay-informed-page .u-valign-middle {
  display: flex;
  flex-direction: column;
}
.stay-informed-page .u-valign-top {
  display: flex;
  flex-direction: column;
}
.stay-informed-page .u-valign-bottom {
  display: flex;
  flex-direction: column;
}
.stay-informed-page .u-gutter-0 .u-layout .u-layout-cell {
  border: 0px solid transparent;
}
.stay-informed-page .u-section-2 .u-image-1 {
  min-height: 487px;
  background-image: url("../images/DSC_0681 2.jpg");
  background-position: center;
}
.stay-informed-page .u-section-2 .u-container-layout-1 {
  padding: 30px;
}
.stay-informed-page .u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
}

.tribute-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .tribute-page img {
    width: 40%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .tribute-page img {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .tribute-page img {
    width: 25%;
  }
}

.careers-page {
  background: url(../../images/career_bg.png) no-repeat;
  background-size: 440%;
  background-position: 0 -74px;
}
@media (min-width: 768px) {
  .careers-page {
    background-size: 210%;
    background-position: 0 -84px;
  }
}
@media (min-width: 1024px) {
  .careers-page {
    background-size: 210%;
    background-position: 0 -50px;
  }
}
@media (min-width: 1080px) {
  .careers-page {
    background-size: 217%;
    background-position: 0 -84px;
  }
}
@media (min-width: 1180px) {
  .careers-page {
    background-size: 177%;
    background-position: 0 -34px;
  }
}
@media (min-width: 1200px) {
  .careers-page {
    background-size: 100%;
    background-position: center;
  }
}
@media (min-width: 1366px) {
  .careers-page {
    background-size: 100%;
    background-position: center;
  }
}
.careers-page .form-group input {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
}
.careers-page .form-group input::placeholder {
  color: #ffffff;
  font-weight: bolder;
}
.careers-page .custom-file {
  display: grid;
}
.careers-page .custom-file input {
  position: relative;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .careers-page .custom-file input {
    float: right;
  }
}
.careers-page .custom-file label {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 25px;
  padding: 0.3rem 0.5rem;
  height: 64px;
}
@media (min-width: 768px) {
  .careers-page .custom-file label {
    height: 44px;
  }
}
.careers-page .career-text {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
}
.careers-page .card {
  background-image: url("../../images/form-bg.jpg");
}
.careers-page h2 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 30px;
}
@media (min-width: 768px) {
  .careers-page h2 {
    text-align: center;
  }
}
.careers-page p {
  font-size: 22px;
  text-shadow: 0 0 5px #000;
}
.careers-page .input-text {
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 12px;
}
.careers-page .input-text::placeholder {
  color: #e7e7e7;
  font-weight: bolder;
}
.careers-page .button {
  position: relative;
  padding: 10px 30px;
  background: #2B628B;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.careers-page .button:before,
.careers-page .button:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #D9E8F3;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease all;
}
.careers-page .button:before {
  left: -30px;
  transform: translate(-50%, -50%);
}
.careers-page .button:after {
  right: -30px;
  transform: translate(50%, -50%);
}
.careers-page .button:hover {
  color: #2B628B;
  transition: 0.3s color 0.3s;
}
.careers-page .button:hover:before {
  left: 50%;
  animation: 0.3s grow 0.3s forwards;
}
.careers-page .button:hover:after {
  right: 50%;
  animation: 0.3s grow 0.3s forwards;
}
@keyframes grow {
  from {
    height: 20px;
    width: 20px;
  }
  to {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.careers-page .submit-btn {
  background: #007B00;
  border: 1px solid white;
}

.submit-btn, .link-pdf, .return-btn {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn {
    font-size: 13px;
  }
}

.return-btn {
  border: 1px solid #007B00;
  background: #007B00;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #D9E8F3;
  border: 1px solid #D9E8F3;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #D9E8F3;
  background: #D9E8F3;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #144D75;
  border: 1px solid #144D75;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #007B00;
  background: #007B00;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #D9E8F3;
  border: 1px solid #D9E8F3;
  color: #000 !important;
  text-decoration: underline;
}

.div1 button {
  border-radius: 4px;
  background-color: #2B628B;
  background-image: linear-gradient(33deg, #448DC5 35%, #144D75 100%);
  border: none;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 8px 30px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.div1 button:before {
  content: "»";
  position: absolute;
  opacity: 0;
  top: -5px;
  left: -20px;
  transition: 0.5s;
  font-size: 26px;
}
.div1 button:hover {
  padding: 10px 30px 8px 30px;
  padding-left: 34px;
  padding-right: 20px;
}
.div1 button:hover:before {
  opacity: 1;
  left: 10px;
  top: -2px;
}

.quote-news-container .box-1 .btn {
  text-align: center;
  cursor: pointer;
  font-size: 0.7rem;
}
.quote-news-container .box-1 .btn-one {
  color: #FFF;
  transition: all 0.3s;
  position: relative;
}
.quote-news-container .box-1 .btn-one span {
  transition: all 0.3s;
}
.quote-news-container .box-1 .btn-one::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 1);
}
.quote-news-container .box-1 .btn-one:hover span {
  letter-spacing: 2px;
}
.quote-news-container .box-1 .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.quote-news-container .box-1 .btn-one:hover::after {
  opacity: 0;
  transform: scale(0.1, 1);
}
.quote-news-container .box-1 .btn-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}
.quote-news-container .container-5 .btn {
  position: relative;
  color: white;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}
.quote-news-container .container-5 .btn span {
  transition: all 0.3s;
  transform: scale(1, 1);
}
.quote-news-container .container-5 .btn::before, .quote-news-container .container-5 .btn::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.quote-news-container .container-5 .btn-five::before {
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
  border-radius: 50%;
}
.quote-news-container .container-5 .btn-five:hover {
  cursor: pointer;
}
.quote-news-container .container-5 .btn-five:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}
.quote-news-container .container-5 .btn-five:hover::after {
  opacity: 0;
}
.quote-news-container .container-5 .btn-five::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.full-form .button {
  position: relative;
  padding: 10px 30px;
  background: #2B628B;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid white;
}
.full-form .button:before,
.full-form .button:after {
  content: "";
  position: absolute;
  top: 49%;
  width: 20px;
  height: 20px;
  background: #D9E8F3;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s ease all;
}
.full-form .button:before {
  left: -30px;
  transform: translate(-50%, -50%);
}
.full-form .button:after {
  right: -30px;
  transform: translate(50%, -50%);
}
.full-form .button:hover {
  color: #2B628B;
  transition: 0.3s color 0.3s;
}
.full-form .button:hover:before {
  left: 50%;
  animation: 0.3s grow 0.3s forwards;
}
.full-form .button:hover:after {
  right: 50%;
  animation: 0.3s grow 0.3s forwards;
}
@keyframes grow {
  from {
    height: 20px;
    width: 20px;
  }
  to {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

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