.header .container-fluid {
  padding: 0 1.5rem; }
  @media (max-width: 991px) {
    .header .container-fluid {
      padding: 0 12px; } }

.header .navbar-nav {
  align-items: center; }

.header .navbar-brand {
  padding: 0; }
  .header .navbar-brand svg {
    height: 82px; }

.header .navbar {
  background-color: rgba(0, 0, 0, 0.7); }
  .header .navbar .nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 1rem;
    color: #fff;
    font-family: 'termina_testbold'; }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .header .navbar .nav-link {
        padding: 0.5rem; } }
    .header .navbar .nav-link:hover:not(.btn), .header .navbar .nav-link.active {
      color: #007bff; }
  .header .navbar .btn {
    padding: 0.8rem 1rem;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 44px;
    line-height: normal;
		border-radius: 5px;
	 }
    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
      .header .navbar .btn {
        font-size: 12px;
        padding: 0.8rem; } }

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

nav li {
  display: inline-block; }

nav .nav-link {
  text-decoration: none; }

@media (min-width: 992px) {
  .navbar-expand-lg .offcanvas-lg {
    display: flex !important;
    flex-basis: auto; } }

@media (max-width: 991px) {
  .header .navbar-nav {
    gap: 32px; }
  .header form {
    margin-top: 2rem;
    justify-content: center;
    margin-left: 0 !important; } }

.banner-component .banner-text-bg {

  
 }

.banner-component .banner-image {
  height: 100vh;
  object-fit: cover; }

.banner-component .wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8rem; }
  @media (max-width: 991px) {
    .banner-component .wrap {
      padding-bottom: 4rem; } }

.banner-component .title {
  font-size: 3rem;
  color: #fff;
  font-family: 'termina_testbold';
  margin-bottom: 2rem;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
 }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .banner-component .title {
      font-size: 2rem; } }
  @media (max-width: 1199px) {
    .banner-component .title {
      font-size: 2rem;
      margin-bottom: 1rem; } }

.banner-component .text {
  font-size: 18px;
  color: #fff;
  margin-bottom: 4rem; 
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
  @media (min-width: 1200px) and (max-width: 1600px) {
    .banner-component .text {
      margin-bottom: 2rem;
      font-size: 1rem; } }
  @media (max-width: 991px) {
    .banner-component .text {
      font-size: 1rem;
      margin-bottom: 1rem; } }

.testimonial-carousel .item {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.testimonial-carousel ul {
  margin-bottom: 0; }

.testimonial-carousel .title {
  color: #242424;
  font-size: 18px;
  font-family: 'termina_testbold';
  line-height: 30px;
  margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-carousel .title {
      font-size: 18px;
      line-height: 22px; } }

.testimonial-carousel .desc {
  font-size: 14px;
  color: #212325;
  font-family: sans-serif;
  line-height: 28px;
  margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-carousel .desc {
      font-size: 14px;
      line-height: 24px; } }

.testimonial-carousel .text-bold {
  color: #007bff;
  font-size: 18px;
  font-family: 'termina_testbold';
  line-height: 30px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .testimonial-carousel .text-bold {
      font-size: 16px;
      line-height: 22px; } }

.testimonials .btn-wrap {
  margin-top: 8rem; }
  @media (max-width: 991px) {
    .testimonials .btn-wrap {
      margin-top: 2rem; } }

.about .innerwrap h3 {
  font-family: 'termina_testbold';
  font-size: 26px;
  color: #fff;
  line-height: 3rem;
  margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .about .innerwrap h3 {
      font-size: 22px;
      line-height: 2rem;
      margin-top: 1rem; } }
  @media (max-width: 1199px) {
    .about .innerwrap h3 {
      font-size: 22px;
      line-height: inherit; } }
  @media (max-width: 991px) {
    .about .innerwrap h3 {
      margin-top: 1rem;
      font-size: 16px;
      line-height: inherit; } }
  .about .innerwrap h3 span {
    color: #007bff; }

.about .innerwrap p {
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 2.3rem;
  margin-top: 1rem;
  margin-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .about .innerwrap p {
      font-size: 14px;
      line-height: 2rem;
      margin-top: 1rem; } }
  @media (max-width: 1199px) {
    .about .innerwrap p {
      font-size: 16px;
      margin-top: 1rem; } }
  @media (max-width: 991px) {
    .about .innerwrap p {
      margin-top: 1rem;
      font-size: 14px;
      line-height: inherit; } }

.about .text-wrap {
  padding: 0px 15rem; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .about .text-wrap {
      padding: 0px 5rem; } }
  @media (max-width: 1199px) {
    .about .text-wrap {
      padding: 0px 1rem; } }

.about .image-wrap {
  padding-left: 15rem;
  margin-top: 5.5rem; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .about .image-wrap {
      padding-left: 5rem;
      margin-top: 1.5rem; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: Landscape) {
    .about .image-wrap {
      padding-left: 0rem; } }
  @media (max-width: 991px) {
    .about .image-wrap {
      padding-left: 0;
      margin-top: 3rem; } }

.about .about-banner {
  margin-bottom: 70px; }
  @media (max-width: 991px) {
    .about .about-banner {
      margin-bottom: 1rem; } }

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .about .col-md-6 {
    width: 100%; } }

.video-wrap {
      max-width: 785px;
    position: relative;
    margin: 0px auto;
    left: -393px;
    background: linear-gradient(#000000 50%, transparent 50%);
    padding: 3rem;
    padding-bottom: 0;
    margin-top: -460px; }
  @media (max-width: 1600px) {
    .video-wrap {
      max-width: 480px;
      padding: 2rem;
      margin-top: -225px; } }
  @media (max-width: 991px) {
    .video-wrap {
      left: 0;
      padding: 0 0rem;
      padding-bottom: 0;
      margin-top: 0rem;
      padding-top: 1rem;
      max-width: 100%; } }
  .video-wrap .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border-radius: 50%; }

@media (max-width: 991px) {
  .our-work .wrapper {
    flex-direction: column; } }

.our-work .item {
  position: relative; }

.our-work .inner-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34313170;
  padding: 25px;
  width: 100%;
  max-width: 650px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .our-work .inner-wrap {
      padding: 24px; } }
  @media (max-width: 1199px) {
    .our-work .inner-wrap {
      position: relative;
      padding: 1rem;
      max-width: 100%; } }
  .our-work .inner-wrap .title {
    font-size: 32px;
    color: #fff;
    font-family: "termina_testbold";
    margin-bottom: 40px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .our-work .inner-wrap .title {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      .our-work .inner-wrap .title {
        font-size: 22px;
        margin-bottom: 1rem; } }
  .our-work .inner-wrap p {
    font-size: 16px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 400;
    word-wrap: break-word; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .our-work .inner-wrap p {
        font-size: 14px; } }
    .our-work .inner-wrap p span {
      font-weight: 700; }
  .our-work .inner-wrap .btn-arrow {
    font-size: 13px;
    margin-top: 40px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .our-work .inner-wrap .btn-arrow {
        margin-top: 24px; } }
    @media (max-width: 991px) {
      .our-work .inner-wrap .btn-arrow {
        margin-top: 1rem; } }

/*our work*/
.large-carousel {
  width: calc((100% - 460px) / 1); }
  @media (max-width: 991px) {
    .large-carousel {
      width: 100%; } }

.small-carousel {
  width: 450px !important; }
  @media (max-width: 991px) {
    .small-carousel {
      width: 100% !important; } }
  .small-carousel .item {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    font-family: "termina_testbold"; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .small-carousel .item {
        font-size: 22px; } }
    @media (max-width: 991px) {
      .small-carousel .item {
        font-size: 16px; } }
  .small-carousel .owl-item {
    clear: both;
    width: 100% !important; }
    .small-carousel .owl-item.active.current .item {
      color: #007bff; }
  .small-carousel .owl-stage {
    width: 450px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .small-carousel .owl-stage {
        gap: 12px; } }

/*rich text component*/
.richtext-component {
  padding-right: 120px; }
  @media (max-width: 1200px) {
    .richtext-component {
      padding-right: 0; } }
  .richtext-component .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 42px; }
  .richtext-component .date {
    font-size: 30px;
    font-family: "termina_testbold";
    line-height: 35px;
    margin-bottom: 0; }
  .richtext-component .title {
    font-size: 35px;
    font-family: "termina_testbold";
    line-height: 42px;
    color: #000000;
    margin-bottom: 0; }
  .richtext-component .rich-text {
    font-size: 16px;
    line-height: 35px;
    color: #212325;
    margin-bottom: 0;
    font-family: sans-serif; }
    .richtext-component .rich-text strong {
      font-weight: bold; }

.work-carousel-section .btn-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
  z-index: 1;
  width: 100%;
  justify-content: space-between; }
  .work-carousel-section .btn-wrap .prev-btn {
    margin-left: 12px;
    background-color: #007bff !important; }
  .work-carousel-section .btn-wrap .next-btn {
    margin-right: 12px; }

.the-process {
  /*our work*/ }
  @media (max-width: 991px) {
    .the-process .wrapper {
      flex-direction: column; } }
  .the-process .item {
    position: relative; }
  .the-process .inner-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #fff;
    padding: 48px;
    padding-left: 0;
    padding-right: 15rem;
    transform: translateY(-50%);
    width: 48%; }
    @media (max-width: 1199px) {
      .the-process .inner-wrap {
        padding-right: 1rem;
        width: 50%; } }
    @media (max-width: 991px) {
      .the-process .inner-wrap {
        position: relative;
        top: 0;
        padding: 24px 0;
        padding-right: 0;
        transform: translateY(0%);
        width: 100%; } }
    .the-process .inner-wrap .title {
      font-size: 32px;
      color: #000000;
      font-family: "termina_testbold";
      margin-bottom: 40px; }
      @media (max-width: 1600px) {
        .the-process .inner-wrap .title {
          font-size: 22px;
          margin-bottom: 16px; } }
      @media (max-width: 991px) {
        .the-process .inner-wrap .title {
          font-size: 22px;
          margin-bottom: 20px; } }
    .the-process .inner-wrap p {
      font-size: 16px;
      color: #000;
      font-family: sans-serif;
      font-weight: 400;
      line-height: 35px; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .the-process .inner-wrap p {
          font-size: 14px;
          line-height: 25px; } }
      .the-process .inner-wrap p span {
        font-weight: 700; }
    .the-process .inner-wrap .btn-arrow {
      font-size: 13px;
      margin-top: 40px; }
  .the-process .large-carousel {
    width: 100%; }
    .the-process .large-carousel .owl-item img {
      width: calc(100% - 44%);
      margin-left: auto;
      max-height: 450px; }
      @media (max-width: 991px) {
        .the-process .large-carousel .owl-item img {
          width: 100%; } }
  .the-process .small-carousel {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9; }
    @media (max-width: 991px) {
      .the-process .small-carousel {
        position: relative;
        margin-bottom: 1rem; } }
    .the-process .small-carousel .item {
      font-size: 28px;
      color: rgba(65, 64, 255, 0.15);
      cursor: pointer;
      font-family: "termina_testbold"; }
      @media (max-width: 1600px) {
        .the-process .small-carousel .item {
          font-size: 22px; } }
      @media (max-width: 991px) {
        .the-process .small-carousel .item {
          font-size: 18px; } }
    .the-process .small-carousel .owl-item {
      clear: both;
      width: auto !important; }
      .the-process .small-carousel .owl-item.active.current .item {
        color: #007bff; }
    .the-process .small-carousel .owl-stage {
      width: auto !important;
      transform: translate3d(0px, 0px, 0px) !important;
      display: flex;
      flex-direction: row;
      gap: 56px;
      background-color: #fff;
      max-width: fit-content; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .the-process .small-carousel .owl-stage {
          gap: 24px; } }
      @media (max-width: 991px) {
        .the-process .small-carousel .owl-stage {
          gap: 24px; } }
  .the-process .btn-wrap {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0; }
    @media (max-width: 991px) {
      .the-process .btn-wrap {
        position: relative;
        margin-top: 0rem; } }

.overlap-carousel {
  margin-top: -180px;
  z-index: 3;
  position: relative; }

.services-text .text-wrap {
  padding-top: 8rem;
  padding-bottom: 10rem; }
  @media (max-width: 991px) {
    .services-text .text-wrap {
      padding-top: 3rem;
      padding-bottom: 2rem; } }

.our-services {
  padding-top: 284px !important; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .our-services {
      padding-top: 200px !important; } }
  @media (max-width: 1199px) {
    .our-services {
      padding-top: 130px !important; } }
  .our-services .small-carousel {
    width: 100% !important;
    max-width: 616px;
    padding-right: 1rem; }
    @media (max-width: 1200px) {
      .our-services .small-carousel {
        max-width: 100%; } }
    @media (max-width: 991px) {
      .our-services .small-carousel {
        max-width: 100%; } }
    .our-services .small-carousel .item {
      color: #D9D9D9; }
      @media (max-width: 1200px) {
        .our-services .small-carousel .item {
          font-size: 16px; } }
  .our-services .right-column {
    width: calc((100% - 616px) / 1); }
    @media (max-width: 1200px) {
      .our-services .right-column {
        width: 50%; } }
    @media (max-width: 991px) {
      .our-services .right-column {
        width: 100%; } }
  .our-services .large-carousel {
    width: 100%; }
  .our-services .inner-wrap {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: transparent;
    padding: 0;
    margin-top: 3.5rem; }
    @media (max-width: 991px) {
      .our-services .inner-wrap {
        padding: 0 2rem; } }
    .our-services .inner-wrap .title {
      font-size: 22px; }
    .our-services .inner-wrap p {
      line-height: 2.3rem; }
  .our-services .wrap {
    padding: 2rem 3rem;
    padding-right: 20vw;
    background: #dedede; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .our-services .wrap {
        padding-right: 6vw; } }
    @media (max-width: 1200px) {
      .our-services .wrap {
        padding-right: 0;
        padding-left: 2rem; } }
    @media (max-width: 991px) {
      .our-services .wrap {
        padding-right: 0;
        padding-left: 0; } }
    .our-services .wrap img {
      max-height: 400px; }

@media (max-width: 991px) {
  .services-text {
    max-width: 100%; } }

@media (max-width: 991px) {
  .services-text .position-absolute {
    position: relative !important; } }

.card {
  padding: 42px;
  background-color: #004793;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 0;
  border-radius: 0; }
  @media (min-width: 768px) and (max-width: 1600px) {
    .card {
      padding: 24px; } }
  .card .card-body {
    padding: 0; }
  .card .card-title {
    color: #fff;
    margin-bottom: 8rem;
    font-size: 20px;
    font-family: "termina_testbold";
    min-height: 58px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .card .card-title {
        font-size: 18px; } }
  .card .btn-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px; }
  .card.card-project {
    padding: 0;
    gap: 0;
    margin-bottom: 32px; }
    .card.card-project .card-img-top {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      min-height: 290px;
      object-fit: cover; }
    .card.card-project .date {
      background-color: #004793;
      color: #fff;
      font-size: 16px;
      font-family: "termina_testbold";
      padding: 22px 42px; }
      @media (max-width: 1200px) {
        .card.card-project .date {
          padding: 24px; } }
      @media (max-width: 991px) {
        .card.card-project .date {
          padding: 1rem; } }
    .card.card-project .card-title {
      color: #fff;
      margin-bottom: 0rem;
      font-size: 22px;
      font-family: "termina_testbold";
      min-height: 70px; }
      @media (max-width: 1200px) {
        .card.card-project .card-title {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .card.card-project .card-title {
          font-size: 16px;
          min-height: 1px;
          margin-bottom: 1rem; } }
      .card.card-project .card-title a {
        color: #fff;
        text-decoration: none; }
    .card.card-project .card-body {
      padding: 36px 42px;
      background-color: #000; }
      @media (max-width: 1200px) {
        .card.card-project .card-body {
          padding: 24px; } }
      @media (max-width: 991px) {
        .card.card-project .card-body {
          padding: 24px 0; } }
    .card.card-project .btn-link {
      min-height: 20px;
      line-height: 20px; }

.accordion .accordion-header .accordion-button {
  background-color: #004793;
  color: #fff;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 22px;
  padding: 26px 30px;
  line-height: 35px;
  padding-right: 4rem; }
  @media (max-width: 991px) {
    .accordion .accordion-header .accordion-button {
      flex-direction: column;
      align-items: flex-start;
      font-size: 16px;
      line-height: inherit; } }
  .accordion .accordion-header .accordion-button:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
    margin-left: 2rem;
    position: absolute;
    right: 1.2rem; }
  .accordion .accordion-header .accordion-button .title {
    margin-left: auto;
    font-family: "termina_testbold"; }
    @media (max-width: 991px) {
      .accordion .accordion-header .accordion-button .title {
        margin-left: 0; } }

.accordion .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>'); }

.accordion .accordion-item {
  border: none;
  background-color: transparent; }

.accordion .accordion-body {
  padding: 0;
  margin-top: 6rem; }
  @media (max-width: 991px) {
    .accordion .accordion-body {
      margin-top: 2rem; } }

.resources-list li {
  margin-bottom: 1.5rem; }
  .resources-list li a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-family: 'termina_testmedium'; }
    @media (max-width: 991px) {
      .resources-list li a {
        font-size: 14px; } }
    .resources-list li a:hover {
      text-decoration: underline; }

.contact-us {
  /**/ }
  @media screen and (min-width: 1280px) {
    .contact-us .row {
      margin-left: -27px;
      margin-right: -27px; }
    .contact-us .row > * {
      padding-right: 27px;
      padding-left: 27px; } }
  .contact-us .info-text {
    font-size: 22px;
    line-height: 35px;
    font-family: 'termina_testmedium';
    color: #fff; }
    @media (max-width: 1600px) {
      .contact-us .info-text {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .contact-us .info-text {
        font-size: 14px; } }
  .contact-us .title {
    font-size: 22px;
    line-height: 35px;
    color: #000;
    margin-bottom: 4rem;
    font-family: 'termina_testbold'; }
    @media (max-width: 1600px) {
      .contact-us .title {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 1rem; } }
  .contact-us .form-wrapper {
    padding: 3.5rem;
    background-color: #fff; }
    @media (max-width: 1600px) {
      .contact-us .form-wrapper {
        padding: 24px 24px; } }
  .contact-us .form-floating > .form-control, .contact-us .form-floating > .form-control-plaintext {
    border: none;
    border-bottom: 2px solid #000000; }
  .contact-us .form-submit {
    margin-top: 76px; }
    @media (max-width: 1600px) {
      .contact-us .form-submit {
        margin-top: 3rem; } }
  .contact-us .btn {
    padding: 2rem;
    font-size: 18px;
    line-height: 24px;
    justify-content: space-between; }
    @media (max-width: 1600px) {
      .contact-us .btn {
        padding: 1rem;
        font-size: 14px; } }
    @media (max-width: 991px) {
      .contact-us .btn {
        font-size: 14px; } }
  .contact-us .info-wrap {
    padding: 78px 64px;
    margin-top: 40px;
    color: #fff;
    background-color: #00000087;
    border-radius: 40px; }
    @media (max-width: 1600px) {
      .contact-us .info-wrap {
        padding: 40px 24px;
        margin-top: 32px; } }
    .contact-us .info-wrap .title {
      font-size: 2rem;
      color: #fff;
      font-family: 'termina_testbold';
      margin-bottom: 1.5rem; }
      @media (max-width: 1600px) {
        .contact-us .info-wrap .title {
          margin-bottom: 1rem;
          font-size: 22px; } }
    .contact-us .info-wrap .sub-title {
      font-size: 24px;
      line-height: 25px;
      font-family: 'termina_testbold'; }
      @media (max-width: 1600px) {
        .contact-us .info-wrap .sub-title {
          font-size: 18px; } }
    .contact-us .info-wrap p {
      font-size: 15px;
      line-height: 35px; }
      @media (max-width: 1600px) {
        .contact-us .info-wrap p {
          font-size: 13px;
          line-height: 25px; } }
  .contact-us .info-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 50px;
    margin-bottom: 40px; }
    @media (max-width: 1600px) {
      .contact-us .info-list {
        gap: 24px;
        margin-top: 32px;
        margin-bottom: 32px; } }
    .contact-us .info-list a {
      font-size: 22px;
      color: #fff;
      text-decoration: none;
      line-height: 25px;
      font-family: 'termina_testbold';
      display: flex;
      gap: 18px;
      white-space: normal;
      word-break: break-word; }
      .contact-us .info-list a svg {
        min-width: 24px; }
      @media (max-width: 1600px) {
        .contact-us .info-list a {
          font-size: 16px; } }
      @media (max-width: 991px) {
        .contact-us .info-list a {
          font-size: 14px; } }
  .contact-us .page-title-wrap {
    bottom: auto;
    top: 16rem;
    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */
    /* Portrait */ }
    @media (max-width: 1600px) {
      .contact-us .page-title-wrap {
        top: 10rem; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .contact-us .page-title-wrap {
        top: 16rem; } }
    @media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
      .contact-us .page-title-wrap {
        top: 50rem; } }
    @media (max-width: 991px) {
      .contact-us .page-title-wrap {
        top: 0;
        position: relative;
        margin-top: -35rem; } }
    .contact-us .page-title-wrap .page-titlle {
      margin-bottom: 100px; }
      @media (max-width: 1600px) {
        .contact-us .page-title-wrap .page-titlle {
          margin-bottom: 48px; } }
    @media (max-width: 1600px) {
      .contact-us .page-title-wrap .col-md-6 {
        margin-top: auto; } }

.form-floating {
  margin-bottom: 2.5rem; }
  @media (max-width: 1600px) {
    .form-floating {
      margin-bottom: 1.5rem; } }

.form-floating > label {
  font-size: 15px;
  color: #000;
  font-family: "termina_testbold";
  padding: 8px 0;
  line-height: 35px; }

.form-floating > .form-control {
  height: calc(3rem + 2px); }

.form-floating > .form-control:focus {
  box-shadow: none; }

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 0 2px;
  font-size: 15px;
  color: #000;
  font-family: sans-serif; 
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .5;
  transform: scale(0.85) translateY(-0.8rem) translateX(0.15rem); }

.contact-banner .overlay {
  background-color: rgba(0, 0, 0, 0.6); }

#book-btn {
  padding: 1rem;
  font-size: 16px;
  line-height: 22px;
  border-radius: 20px; }

.work-container .row > * {
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 991px) {
    .work-container .row > * {
      padding-left: 12px;
      padding-right: 12px; } }

.footer {
  background: linear-gradient(180deg,#071024 0%,#071029 60%);
  padding-top: 15rem;
  padding-bottom: 10rem; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .footer {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (max-width: 991px) {
    .footer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .footer h5 {
    font-size: 2rem;
    color: #fff;
    font-family: 'termina_testbold';
    margin-bottom: 2.5rem; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .footer h5 {
        font-size: 22px;
        margin-bottom: 1.5rem; } }
    @media (max-width: 1199px) {
      .footer h5 {
        font-size: 22px;
        margin-bottom: 1.5rem; } }
  .footer .nav-item {
    margin-bottom: 1.3rem; }
  .footer .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: normal;
	 }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .footer .nav-link {
        font-size: 16px; } }
    @media (max-width: 1199px) {
      .footer .nav-link {
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer .col-md-3 {
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer .col-md-6 {
      width: 100%; } }

.social-wrap {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .social-wrap {
      margin-top: 3rem;
      text-align: center; } }

@media (max-width: 991px) {
  .social-icons {
    justify-content: center; } }

.social-icons a {
  display: block;
  background-color: #fff;
  padding: 17px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .social-icons a {
      padding: 12px; }
      .social-icons a svg {
        width: 24px;
        height: 24px; } }
  @media (max-width: 991px) {
    .social-icons a {
      padding: 12px; }
      .social-icons a svg {
        width: 24px;
        height: 24px; } }

.copyrights {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .copyrights {
      margin-top: 0;
      text-align: center; } }
  .copyrights p {
    color: #fff;
    font-size: 18px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .copyrights p {
        font-size: 14px; } }

/*newsletter*/
.foo-form .form-control {
  max-width: 313px;
  font-size: 18px;
  font-weight: 700;
  padding: 1.1rem 1.5rem; }
  @media (max-width: 991px) {
    .foo-form .form-control {
      max-width: 100%; } }

.h-500 {
  height: 500px; }

body {
  padding: 0;
  margin: 0;
  font-family: 'termina_testregular';
  background-color: rgb(36 36 36);
 }

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px; } }

@media (max-width: 991px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%; } }

.container-wrap {
  position: relative;
  margin-inline-end: calc((100vw + 24px - 1447px) / -2); }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .container-wrap {
      margin-inline-end: calc((100vw + 24px - 1160px) / -2); } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container-wrap {
      margin-inline-end: calc((100vw + 24px - 977px) / -2); } }
  @media (max-width: 991px) {
    .container-wrap {
      margin-inline-end: unset; } }

.form-control {
  border-radius: 0; }

.btn {
  border-radius: 5px;
 }

.btn-primary {
  background-color: #004793!important;
	border-radius: 5px;
 }
 .bg-primary{
	 background-color: #004793!important;
 }
 .modal-header{
	border-bottom: none!important;
 }

.btn-dark {
  background-color: #242424; }

.btn-black {
  background-color: #000;
  color: #fff; }
  .btn-black:hover, .btn-black:focus:active {
    background-color: #242424;
    color: #fff; }

.btn-arrow {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'termina_testbold';
  padding: 16px 26px;
  line-height: normal;
  min-height: 50px;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  transition: .5s; }
  .btn-arrow svg {
    transition: .5s; }
  .btn-arrow:hover svg {
    transform: translateX(10px);
    transition: .5s; }

/*section*/
.section {
  padding-top: 220px;
  padding-bottom: 298px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .section {
      padding-top: 120px;
      padding-bottom: 160px; } }
  @media (max-width: 1199px) {
    .section {
      padding-top: 130px;
      padding-bottom: 130px; } }

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .section-title .title {
    font-size: 2rem;
    color: #007bff;
    font-family: 'termina_testbold';
    line-height: normal; }
    @media (max-width: 1199px) {
      .section-title .title {
        font-size: 2rem; } }
  .section-title .count {
    font-size: 2rem;
    color: transparent;
    font-family: "termina_testbold";
    -webkit-text-stroke: 1px #007bff;
    line-height: normal; }
    @media (max-width: 1199px) {
      .section-title .count {
        font-size: 1.5rem; } }
  .section-title + .jumbo-title {
    margin-top: 6rem; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .section-title + .jumbo-title {
        margin-top: 4rem; } }
    @media (max-width: 1199px) {
      .section-title + .jumbo-title {
        margin-top: 3rem; } }

.jumbo-title {
  font-size: 4rem;
  color: #242424;
  font-family: 'termina_testbold'; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .jumbo-title {
      font-size: 3rem; } }
  @media (max-width: 1199px) {
    .jumbo-title {
      font-size: 2rem; } }

/*owl carousel*/
.btn-wrap {
  display: flex;
  gap: 20px; }
  .btn-wrap .btn {
    width: 75px;
    height: 50px; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .btn-wrap .btn {
        width: 64px;
        height: 40px; } }
    .btn-wrap .btn.next-btn {
      background-color: #004793; }
    .btn-wrap .btn.prev-btn {
      background-color: #242424; }

/****page title***/
.page-title-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 16rem;
  z-index: 2; }
  .page-title-wrap .page-titlle {
    font-size: 5rem;
    font-family: "termina_testbold";
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 1600px) {
      .page-title-wrap .page-titlle {
        font-size: 3rem; } }
    @media (max-width: 991px) {
      .page-title-wrap .page-titlle {
        font-size: 2rem; } }

.mt-xl {
  margin-top: 8rem; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .mt-xl {
      margin-top: 5rem; } }
  @media (max-width: 991px) {
    .mt-xl {
      margin-top: 3rem; } }

/*banner overlay*/
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2; }

/*rich text*/
.richtext {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 1rem; }

.richtext-title {
  color: #242424;
  font-family: "termina_testbold";
  margin-bottom: 1rem; }

.h-500 {
  height: 500px;
 }


 .bg-black {
  background: linear-gradient(180deg,#071024 0%,#071029 60%) !important;
}
.bg-black p{
	color: #fff;
}
.tag-line{
	  color: #007bff;
}
#quoteInfoForm p{
font-size: 12px;
}
#quoteInfoForm label, #quoteInfoForm input{
font-size: 14px;
}
.quoteInfoForm-title{
	font-size: 14px;
    margin-bottom: 0;
}
.wishes{
	border-radius: 0 0 5px 5px;
}
.ads-img{
	height: 300px;
	margin-top: 50px;
}
#service_type:not(:placeholder-shown){
padding-top: 15px;
}
.whatsapp-float {
 position: fixed;
    bottom: 50%;
    right: 0;
    background: #25D366;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
    padding: 5px 10px 0px 12px;
    font-size: 23px;
    text-decoration: none;
    z-index: 999;
}
.whatsapp-float:hover {
		background-color: #128C7E;
		color: #fff;
		text-decoration: none;
}
