<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------

[Master Stylesheet]

Project:    Lumination Lights
Version:    1.0
Last change:    19.2.2024
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings &amp; Content) 1 : Inter;
Icon Fonts                       : SVG

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
}

[id] {
  scroll-margin-top: 130px;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

.justify-content-flex-end {
  justify-content: flex-end;
}

:focus {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.m-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

.unstyled {
  -webkit-appearance: none;
  appearance: none;
}

.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

input {
  background-color: transparent;
}

select {
  background-color: transparent;
}
select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.border-less {
  border: 0 !important;
}

.spacer {
  padding: 15px;
  background-color: #ffffff;
}

.fsz-16 {
  font-size: 16px !important;
}

.fsz-20 {
  font-size: 20px !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.justify-content-space-between {
  justify-content: space-between;
}

.btn-close {
  padding: 0 !important;
  margin: 0 !important;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.bx-unset {
  box-shadow: unset !important;
}

.bdr-btm-1 {
  border-bottom: 1px solid;
}

.fsz-16 {
  font-size: 16px !important;
}

.bdr-5 {
  border-radius: 5px;
}

.bdr-10 {
  border-radius: 10px !important;
}

.bg-unset {
  background-color: unset;
}

.word-break {
  word-break: break-all;
}

.ht-100 {
  height: 100px !important;
}

.ht-150 {
  height: 150px !important;
}

.text-left {
  text-align: left !important;
}

.container-fluid {
  max-width: calc(100% - 40px);
}

.justify-content-unset {
  justify-content: unset !important;
}

.text-underlined {
  text-decoration: underline;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ptb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 86%;
  }
}
html {
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
/*--------------------------------------------------Progress-Bar--------------------------------------------------*/
.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 75px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(26, 26, 26, 0.09);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 0.2s linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #f74f22;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear !important;
  fill: none;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f077";
  font-family: FontAwesome;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #f74f22;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 100;
  z-index: 1;
  transition: all 0.2s linear !important;
}

/*--------------------------------------------------Header--------------------------------------------------*/
header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}
header .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.svg);
}
header button:focus:not(:focus-visible) {
  box-shadow: none;
}

.fixed-top.scrolled {
  background-color: #000000 !important;
  transition: background-color 200ms linear;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  border: 0;
}

/*--------------------------------------------------Banner--------------------------------------------------*/
.slider_box_V1 {
  overflow: hidden;
}

.slider_v1 {
  position: relative;
}

.slider_v1 .swiper-slide {
  overflow: hidden;
}

.slider_v1 .slider-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.slider_v1 .swiper_arrows {
  position: absolute;
  left: 0;
  padding-left: 3%;
  bottom: 0;
  top: 0;
  padding-top: 0;
  margin: auto;
  z-index: 2;
  width: unset;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .slider-pagination .swiper-pagination-bullet:hover:before {
  background: #f74f22;
}

.slider_v1 .swiper_arrows .arrow-next::before, .slider_v1 .swiper_arrows .arrow-prev::before {
  color: #fff;
}

.slider_v1.sliders_type_two .slider_box_V1::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(var(--color-set-one-3-rgba), 0.8) 70%, rgba(var(--color-set-one-3-rgba), 0.3) 110%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (min-width: 768px) {
  .slider_v1 .slider-pagination {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 3%;
    gap: 0.4rem;
    z-index: 5;
  }
  .slider_v1 .slider-pagination .swiper-pagination-bullet {
    display: block;
  }
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-pagination .swiper-pagination-bullet:hover {
  border-color: #f74f22;
}

.slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 25px;
  border: 2px solid transparent;
  opacity: 1 !important;
  pointer-events: fill;
  background: unset;
  margin: 0 2px !important;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.slider-pagination .swiper-pagination-bullet:before {
  width: 7px;
  height: 7px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  border-radius: 7px;
  background: #fff;
  display: block;
  margin: auto;
  transition: 0.5s ease-in-out;
}

.slider_box_V1 {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
}

.slider_box_V1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.52);
}

.slider_box_V1 .row {
  align-items: center;
}

.slider_box_V1 .slider_content {
  padding: 100px 0;
  position: relative;
  z-index: 11;
}

.slider_box_V1 .title {
  font-size: 56px;
  font-weight: 500;
  line-height: 68px;
  margin: 0 0 22px 0;
  color: #ffffff;
}

.slider_box_V1 .title .bold {
  font-weight: 700;
}

.slider_box_V1 .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .height_equal {
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .slider_v1 .container {
    max-width: 97%;
  }
  .slider_v1 .swiper_arrows {
    display: none;
  }
  .slider_box_V1 .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  .slider_content {
    padding: 0 !important;
  }
  .slider_box_V1 .title {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 500px) {
  .slider_box_V1 {
    height: 750px;
  }
  .slider_v1 .container {
    max-width: 100%;
  }
  .slider_v1 .container .p-sm-0 {
    padding: 0;
  }
}
/*--------------------------------------------------About--------------------------------------------------*/
.about {
  padding: 90px 0px 50px;
}
.about h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 40px;
}
.about .about-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}
.about .about-img img {
  border-radius: 5px;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 1.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.about .about-img img:hover {
  transform: scale(1.03);
}
.about p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #646464;
  padding-bottom: 10px;
}
.about p b {
  color: #000000;
}
.about p:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------Gallery--------------------------------------------------*/
.gallery {
  padding: 0px 0px 90px 0px;
}
.gallery .section-heading {
  padding-bottom: 40px;
}
.gallery .section-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
}
.gallery .section-heading p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #646464;
  text-align: center;
}
.gallery .gallery-inn .photos .item {
  background-color: #f5f5f5;
  padding: 0px 20px 20px 20px;
  overflow: hidden;
  margin: 0 auto 30px auto;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.gallery .gallery-inn .photos .item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-inn .photos .item h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.gallery .gallery-inn .photos .item img {
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.gallery .gallery-inn .photos .gallery-contact {
  display: grid;
  align-content: center;
}
.gallery .gallery-inn .photos .gallery-contact h3 a {
  font-size: 18px;
  color: #f74f22;
}

/*--------------------------------------------------News--------------------------------------------------*/
.news {
  padding: 90px 0px 90px 0px;
  background-color: #f5f5f5;
}
.news .section-heading {
  padding-bottom: 40px;
}
.news .section-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
}
.news .section-heading p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #646464;
  text-align: center;
}
.news .news-inn .news-inn-content:hover img {
  transform: scale(1.1);
}
.news .news-inn .news-inn-content .news-image {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}
.news .news-inn .news-inn-content .news-image img {
  width: 100%;
  border-radius: 5px;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.news .news-inn .news-inn-content ul {
  display: flex;
  padding-bottom: 5px;
}
.news .news-inn .news-inn-content ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  position: relative;
  color: #646464;
}
.news .news-inn .news-inn-content ul li:first-child {
  padding-right: 10px;
  margin-right: 10px;
}
.news .news-inn .news-inn-content ul li:first-child::after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #646464;
}
.news .news-inn .news-inn-content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 5px;
}
.news .news-inn .news-inn-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #646464;
  padding-bottom: 5px;
}
.news .news-inn .news-inn-content a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 2px;
  text-transform: capitalize;
  color: #000000;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.news .news-inn .news-inn-content a:hover {
  border-color: transparent;
}

/*--------------------------------------------------Clients--------------------------------------------------*/
.clients {
  padding: 90px 0px 90px 0px;
}
.clients .section-heading {
  padding-bottom: 40px;
}
.clients .section-heading h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
}
.clients .section-heading p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #646464;
  text-align: center;
}
.clients .client-image img {
  margin: 0 auto;
  display: block;
}

/*--------------------------------------------------contact--------------------------------------------------*/
.contact {
  padding: 90px 0px 90px 0px;
  background-color: #f5f5f5;
}
.contact h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
}
.contact .contact-details p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #646464;
  padding-bottom: 15px;
}
.contact .contact-details ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-details ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #646464;
  padding-bottom: 10px;
}
.contact .contact-details ul li i {
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #000000;
}
.contact .contact-details ul li .fa-envelope {
  font-size: 20px;
}
.contact .contact-details ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #646464;
}
.contact .contact-details ul .custom-mobile-link {
  display: grid;
  align-items: flex-start;
  gap: 0px;
}

/*-----------------------------------------------------Footer----------------------------------------------------*/
footer {
  padding: 20px 0px;
  background-color: #000000;
}
footer p {
  color: #ffffff;
}
footer .text-align-right {
  text-align: right;
}

.custom-modal .modal-content {
  background-color: #f5f5f5;
}
.custom-modal .modal-content .modal-title {
  font-size: 22px;
  font-weight: 600;
}
.custom-modal .modal-content .modal-body p {
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 10px;
}
.custom-modal .modal-content .modal-body p:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------Breakpoints--------------------------------------------------*/
@media (max-width: 1536px) {
  .about {
    padding: 70px 0px 50px;
  }
  .about h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .gallery {
    padding: 0px 0px 70px 0px;
  }
  .gallery .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .news {
    padding: 70px 0px 70px 0px;
  }
  .news .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .clients {
    padding: 70px 0px 70px 0px;
  }
  .clients .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .contact {
    padding: 70px 0px 70px 0px;
  }
  .contact h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 992px) {
  .fixed-top {
    background-color: #000000;
  }
  .about {
    padding: 60px 0px 40px;
  }
  .about h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .gallery {
    padding: 0px 0px 60px 0px;
  }
  .gallery .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .gallery .section-heading p {
    font-size: 18px;
    line-height: 26px;
  }
  .news {
    padding: 60px 0px 60px 0px;
  }
  .news .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .news .section-heading p {
    font-size: 18px;
    line-height: 26px;
  }
  .news .news-inn .news-inn-content {
    padding-bottom: 30px;
  }
  .clients {
    padding: 60px 0px 60px 0px;
  }
  .clients .section-heading h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .clients .section-heading p {
    font-size: 18px;
    line-height: 26px;
  }
  .contact {
    padding: 60px 0px 60px 0px;
  }
  .contact h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .contact .contact-details ul {
    justify-content: unset;
    flex-wrap: wrap;
    gap: 0px 20px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 50px 0px;
  }
  .about h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .gallery {
    padding: 0px 0px 50px 0px;
  }
  .gallery .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .gallery .section-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .news {
    padding: 50px 0px 50px 0px;
  }
  .news .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .news .section-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .clients {
    padding: 50px 0px 50px 0px;
  }
  .clients .section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .clients .section-heading p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact {
    padding: 50px 0px 50px 0px;
  }
  .contact h3 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .contact .contact-details ul {
    display: block;
  }
}
@media (max-width: 576px) {
  .slider_box_V1 .title {
    font-size: 34px;
    line-height: 42px;
  }
  .about {
    padding: 30px 0px;
  }
  .about h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 15px;
    text-align: left;
  }
  .about p {
    font-size: 16px;
    line-height: 24px;
  }
  .gallery {
    padding: 0px 0px 30px 0px;
  }
  .gallery .section-heading {
    padding-bottom: 15px;
  }
  .gallery .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .gallery .gallery-inn .photos .item.mb-sm-6 {
    margin-bottom: 30px !important;
  }
  .gallery .gallery-inn .photos .gallery-contact {
    height: 350px;
  }
  .news {
    padding: 30px 0px 30px 0px;
  }
  .news .section-heading {
    padding-bottom: 15px;
  }
  .news .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .news .news-inn .news-inn-content.pb-sm-0 {
    padding-bottom: 0;
  }
  .clients {
    padding: 30px 0px 30px 0px;
  }
  .clients .section-heading {
    padding-bottom: 15px;
  }
  .clients .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .contact {
    padding: 30px 0px 30px 0px;
  }
  .contact h3 {
    font-size: 28px;
    line-height: 36px;
  }
  footer p {
    text-align: center;
  }
  footer .text-align-right {
    text-align: center;
  }
}
.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>