.container > * {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  color: #22272c;
}

h4 {
  font-weight: 400;
}

.flex-1 {
  flex: 1 !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.font-size-1rem {
  font-size: 1rem !important;
}

.font-size-1-5rem {
  font-size: 1.5rem !important;
}

.font-size-1-75rem {
  font-size: 1.75rem !important;
}

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

.mb-1-25rem {
  margin-bottom: 1.25rem !important;
}

.mb-1-5rem {
  margin-bottom: 1.5rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.display-none {
  display: none !important;
}

.display-inline-block {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .plr-1rem-for-xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .pt-2rem-for-xs {
    padding-top: 2rem !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .mt-4rem-for-desktop {
    margin-top: 4rem !important;
  }

  .mt-minus-0-75-rem-for-desktop {
    margin-top: -0.75rem !important;
  }

  .mr-1rem-for-desktop {
    margin-right: 1rem !important;
  }

  .pt-4rem-for-desktop {
    padding-top: 4rem !important;
  }

  .pb-4rem-for-desktop {
    padding-bottom: 4rem !important;
  }

  .font-size-1rem-for-desktop {
    font-size: 1rem !important;
  }
}

button {
  box-shadow: none !important;
}

.btn {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  transition: 250ms ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}
.btn:hover {
  color: #f1f1f1;
  border-color: #22272c;
}
.btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  color: #f1f1f1;
  background: #190a3c;
  transition: 250ms ease-in-out;
}

.primary-btn {
  background-color: #190a3c;
  color: #fff;
  border: 2px solid #190a3c;
}
.primary-btn:before {
  background-color: #fff;
}
.primary-btn:hover {
  color: #22272c;
  border: 2px solid #22272c;
}
.primary-btn:hover i {
  color: #fff;
}

.secondary-btn {
  background-color: #fff;
  color: #22272c;
  border: 2px solid #22272c;
}
.secondary-btn i {
  color: #22272c;
}
.secondary-btn:hover {
  border-color: #190a3c;
}
.secondary-btn:hover i {
  color: #22272c;
}

.styled-link {
  color: #22272c;
  text-decoration: none;
  transition: 250ms ease-in-out;
}
.styled-link:hover {
  color: rgba(33, 38, 43, 0.5019607843);
}

hr {
  height: 4px !important;
  background-color: #190a3c !important;
  width: 3.5rem;
  opacity: 1 !important;
  transition: 250ms ease-in-out;
}

body {
  font-family: "Saira Semi Condensed", sans-serif;
}

.breadcrumbs {
  background-color: #190a3c;
}
.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105" !important;
  font-weight: 400;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  padding: 0 1rem !important;
}
.breadcrumbs nav .breadcrumb-item + .breadcrumb-item {
  padding-left: 0 !important;
}
.breadcrumbs nav ol.breadcrumb li {
  font-weight: 500;
}
.breadcrumbs nav ol.breadcrumb li a {
  transition: 250ms ease-in-out;
}
.breadcrumbs nav ol.breadcrumb li::before {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff;
  opacity: 0.6;
}
.breadcrumbs nav ol.breadcrumb li.breadcrumb-item a {
  color: #fff !important;
  text-decoration: none !important;
}
.breadcrumbs nav ol.breadcrumb li.breadcrumb-item a:hover {
  opacity: 0.6;
}
.breadcrumbs nav ol.breadcrumb li.active {
  color: #fff !important;
}

header {
  border: none !important;
  transition: 250ms ease-in-out;
  font-size: 16px !important;
}
header .navbar {
  margin-left: 16px;
  margin-right: 16px;
}
header .navbar .logo {
  width: 184px;
}
header .nav-link {
  color: #22272c !important;
  font-weight: 500;
}
header #navbarSupportedContent {
  background-color: #fff;
  z-index: 100;
}
header #hamburger i {
  color: #22272c;
  font-size: 32px;
}
header .navbar-toggler-icon {
  background-image: none !important;
}
header .navbar-light .navbar-toggler {
  border: none;
}
header .nav-item {
  margin-top: 0.5rem;
}
header .nav-item .active {
  background-color: #190a3c;
  color: #fff !important;
}
header .secondary-btn {
  height: 3rem;
  text-transform: none !important;
}
header .language-picker,
header .dropdown-item {
  font-weight: 500;
}
header #dropdownMenuButton {
  pointer-events: none;
}
header .dropdown-menu {
  min-width: 3rem;
}
header .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  transition: 250ms ease-in-out;
  border: none;
  border-radius: 0;
}
header .dropdown-item {
  background-color: #fff;
}
header .dropdown-item:hover {
  background-color: #fff;
}
header .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  margin-top: 0;
  transition: 250ms ease-in-out !important;
}

#cover {
  background-image: linear-gradient(90deg, rgba(25, 10, 61, 0.5019607843), rgba(25, 10, 61, 0.5019607843)), url("../assets/images/cover_photo.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  height: 476px;
}
#cover .cover-box h1 {
  line-height: 1.2;
}
#cover .cover-box h1,
#cover .cover-box h5 {
  color: #fff;
}
#cover .cover-box button.secondary-btn {
  border: none !important;
  margin-top: 1rem;
}

.services .service {
  position: relative;
  cursor: pointer;
}
.services .service:hover .service-decoration {
  left: -2rem;
  opacity: 0.5;
  transform: scale(1.5);
  filter: blur(0.25rem);
}
.services .service:hover .secondary-btn {
  color: #fff;
}
.services .service:hover .secondary-btn:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.services .service .service-decoration {
  position: absolute;
  top: 0;
  left: calc(50% - 110px);
  z-index: -1;
  transition: 250ms ease-in-out;
}
.services .service .service-title {
  font-size: 25px;
}

#about {
  background-color: #190a3c;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../assets/images/map-bg.png");
  background-repeat: no-repeat;
  background-size: 100%, 45%;
  background-position: center center;
}
#about .about-left .about-image-gallery {
  margin: 0 auto;
  display: flex;
}
#about .about-left .about-image-gallery img {
  width: 600px;
  height: 400px;
  background-size: cover;
  background-position: 65% 100%;
  background-repeat: no-repeat;
}
#about .about-left .about-image-gallery .thumbnail-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#about .about-left .about-image-gallery .thumbnail-image:hover {
  cursor: pointer;
}
#about .about-left .thumbnail:not(:nth-child(2)) {
  border: 1px solid #fff;
}
#about .about-left .thumbnail:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#about .about-left .about-us-image {
  position: relative;
}
#about .about-left .about-us-image img {
  z-index: 10;
  position: relative;
}
#about .about-left .about-us-image .about-decoration {
  position: absolute;
  top: -4rem;
  left: -4.75rem;
  transition: 250ms ease-in-out;
  z-index: 0;
  transform: scale(0.8);
}
#about .about-left .about-us-more-img {
  width: 18rem;
  right: 0;
  bottom: 3.5rem;
  z-index: 10;
}
#about .about-left .about-us-more-img img {
  height: 4rem;
  border: 1px solid #fff;
}
#about .about-right .about-us-title {
  color: #fff !important;
}
#about .about-right .about-us-text p {
  color: #fff;
}
#about .about-right button.primary-btn {
  border: 2px solid #fff !important;
}
#about .about-right button.primary-btn::before {
  background-color: #eee;
}
#about .about-right button.primary-btn:hover {
  border: 2px solid #eee !important;
}

ul.slick-dots {
  bottom: -2.5rem;
}

.slick-dots button:before {
  opacity: 0.3;
  transition: 250ms ease-in-out;
}

.slick-dots li.slick-active button:before {
  color: #190a3c;
  opacity: 1;
}

.slick-list {
  margin-top: 1rem;
  margin-bottom: 3.7rem;
}

.inner-page .inner-page-gallery .slick-dots {
  display: none !important;
}

.gallery-carousel {
  position: relative;
}
.gallery-carousel .client img {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  transition: 250ms ease-in-out;
}
.gallery-carousel .client img:hover {
  opacity: 0.7;
}
.gallery-carousel .slick-arrow {
  font-size: 2rem;
  cursor: pointer;
  transition: 250ms ease-in-out;
  color: #ccc;
}
.gallery-carousel .slick-arrow:hover {
  color: #190a3c;
}
.gallery-carousel .prev-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  left: -1.25rem;
}
.gallery-carousel .next-arrow {
  position: absolute;
  top: calc(50% - 1rem);
  right: -1.25rem;
}

#cta {
  background-color: #190a3c;
  background-image: linear-gradient(90deg, hsla(258deg, 71%, 14%, 0.7), hsla(258deg, 71%, 14%, 0.7)), url(../assets/images/IMG_7213.JPG);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 60%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}
#cta .container .row .col-12 .cta-box h2,
#cta .container .row .col-12 .cta-box h5 {
  color: #fff;
}
#cta .container .row .col-12 .cta-box button.secondary-btn {
  border-color: #fff !important;
}

footer section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url("../assets//images/footer-bg.jpg");
  background-size: 200% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}
footer section .container .row h6 {
  text-transform: uppercase;
  font-size: 0.9rem;
}
footer section .container .row hr {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
footer section .container .row i {
  width: 18px;
}
footer section .container .row .stamp img {
  width: 8rem !important;
}
footer .copyright {
  font-size: 0.9rem;
  background-color: #eee;
  line-height: 1.5;
}

.dark-footer {
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("../assets//images/footer-bg.jpg");
}

#cover.service-innerpage {
  height: 12rem !important;
  background-image: linear-gradient(90deg, rgba(25, 10, 61, 0.5019607843), rgba(25, 10, 61, 0.5019607843)), url("../assets/images/IMG_6896.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
}
#cover.service-innerpage h2 {
  color: #fff;
}

.inner-page .inner-page-decoration {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../assets/images/decoration.png") !important;
  background-position: 200% 150%;
  background-repeat: repeat;
  background-size: 100% 100% cover;
  height: 15rem !important;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  position: absolute;
  right: 0;
  top: 5rem;
}
.inner-page .primary-btn {
  border: #190a3c;
}
.inner-page .primary-btn:hover {
  color: #fff;
  border: #26b4e9;
}
.inner-page .primary-btn::before {
  background-color: #26b4e9;
}
.inner-page .inner-page-p {
  margin: 2rem 0;
}
.inner-page .inner-page-gallery .slick-dots {
  display: flex;
  justify-content: flex-start;
}
.inner-page .inner-page-gallery .client {
  padding-right: 1rem;
}
.inner-page .inner-page-gallery img {
  width: 100% !important;
  height: 100% !important;
}
.inner-page .inner-page-gallery .slide-arrow {
  z-index: 100;
  font-size: 1.25rem;
}
.inner-page .inner-page-gallery .prev-arrow {
  position: absolute;
  top: calc(100% + 1rem);
  left: calc(100% - 4rem);
}
.inner-page .inner-page-gallery .next-arrow {
  position: absolute;
  top: calc(100% + 1rem);
  right: 1rem;
}

#dialog-content {
  display: none;
  max-width: 616px;
}

.carousel__button {
  transition: 250ms ease-in-out;
}
.carousel__button:hover {
  opacity: 0.6;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0 !important;
}

.lb-data .lb-number {
  display: none !important;
}

form .form-check-input:checked {
  background-color: #190a3c;
  border-color: #190a3c;
}
form input:not([type=radio]),
form label,
form textarea {
  font-size: 0.9rem !important;
  border-radius: 0 !important;
}
form input:not([type=radio]),
form textarea {
  transition: 250ms ease-in-out;
  border: 2px solid rgba(33, 38, 43, 0.1019607843) !important;
  padding: 0.75rem 1rem !important;
  margin: 0 1rem !important;
  width: calc(100% - 2rem) !important;
}
form input:not([type=radio]):focus,
form textarea:focus {
  outline: none !important;
  border-color: #190a3c !important;
}
form textarea {
  resize: none;
  transition: 250ms ease-in-out;
  border-radius: 0;
}
form textarea:focus {
  border-color: #190a3c !important;
  outline: none !important;
}
form .primary-btn {
  width: 100% !important;
}
form .primary-btn:hover {
  border-color: #26b4e9;
  color: #fff;
}
form .primary-btn:hover::before {
  background-color: #26b4e9;
}

.inner-page-additionals {
  background-color: #eeeeee;
}
.inner-page-additionals .container .row .col-12 h4.section-title {
  text-align: center;
}
.inner-page-additionals .container .row .col-12 .services .service {
  cursor: pointer;
}
.inner-page-additionals .container .row .col-12 .services .service:hover button i {
  color: #fff;
}
.inner-page-additionals .container .row .col-12 .services .service:hover .service-decoration {
  left: -1.5rem;
  top: -1.5rem;
  opacity: 0.5;
  transform: scale(1.5);
  filter: blur(0.25rem);
}
.inner-page-additionals .container .row .col-12 .services .service:hover .secondary-btn {
  color: #fff;
}
.inner-page-additionals .container .row .col-12 .services .service:hover .secondary-btn:before {
  left: 0%;
  right: auto;
  width: 100%;
}
.inner-page-additionals .container .row .col-12 .services .service .service-decoration {
  position: absolute !important;
  z-index: -1;
  transition: 250ms ease-in-out;
}
.inner-page-additionals .container .row .col-12 .services .service .service-title {
  font-size: 1.1rem;
}
.inner-page-additionals .container .row .col-12 .services .service button.secondary-btn {
  padding: 0.5rem 1.25rem !important;
}
.inner-page-additionals .container .row .col-12 .services .service button.secondary-btn i {
  font-size: 1rem;
  margin-right: 0.7rem;
  font-weight: 400;
  transition: 250ms ease-in-out;
}
.inner-page-additionals .container .row .col-12 .services .service button.secondary-btn span {
  font-size: 0.8rem;
  white-space: nowrap !important;
}

.about-us-inner-section {
  position: relative;
}

section.contacts-innerpage form#contact-form input,
section.contacts-innerpage form#contact-form textarea {
  margin: 0.5rem 0.5rem !important;
  margin-bottom: 0.5rem !important;
  width: calc(50% - 2rem);
}
section.contacts-innerpage form#contact-form input:focus,
section.contacts-innerpage form#contact-form textarea:focus {
  box-shadow: none !important;
}
section.contacts-innerpage form#contact-form textarea {
  width: 100% !important;
}
section.contacts-innerpage form#contact-form button.primary-btn {
  align-self: center;
  width: auto !important;
}

@media (min-width: 576px) {
  .services .section-title {
    text-align: left !important;
  }
  .services .service .service-title {
    text-align: left !important;
  }
  .services .service .service-decoration {
    top: -0.75rem;
    left: -1.25rem !important;
  }
  .inner-page-additionals .services .service-decoration {
    top: -1rem !important;
    left: -1rem !important;
  }
}
@media (min-width: 768px) {
  #about .about-left .about-us-more-img {
    position: absolute !important;
    width: 18rem;
    right: -2.3rem;
    bottom: -2.5rem;
    z-index: 10;
  }
  footer section {
    background-size: 100% 100%;
  }
  footer section .stamp img {
    width: 2rem !important;
  }
  footer section .container .row .col-12 {
    flex: 2 1 0;
  }
  footer section .container .row .col-12:nth-child(1) {
    flex: 1 1 auto;
  }
  footer section .container .row .col-12:nth-child(2) {
    flex: 0.5 auto;
  }
  footer section .container .row .col-12:nth-child(3) {
    flex: 0.5 0 auto;
  }
  footer section .container .row .col-12:nth-child(4) {
    flex: 2 auto;
  }
  #cover.service-innerpage {
    height: 12rem !important;
    background-image: linear-gradient(90deg, rgba(25, 10, 61, 0.5019607843), rgba(25, 10, 61, 0.5019607843)), url("../assets/images/IMG_6896.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-size: cover;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cover.service-innerpage h2 {
    color: #fff;
  }
  .inner-page .inner-page-decoration,
.about-us-inner-section .inner-page-decoration {
    height: 25rem !important;
  }
  .inner-page .inner-page-gallery .slick-dots {
    display: flex !important;
  }
  #dialog-content {
    width: 616px;
  }
  form#service-form .primary-btn {
    width: auto !important;
  }
}

#service-form h2 {
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  header .navbar .nav-link {
    border: none;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    padding-top: 23px !important;
    padding-bottom: 23px !important;
  }
  header .navbar .nav-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #190a3c;
    transition: 250ms ease-in-out;
  }
  header .navbar .nav-link:hover {
    color: #fff !important;
  }
  header .navbar .nav-link:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  header .navbar .nav-item {
    margin-top: 0rem;
  }
  #cover .cover-box h1,
#cover .cover-box h5 {
    width: 45rem;
  }
  footer section .row .col-12:nth-child(3),
footer section .row .col-12:nth-child(4) {
    width: 12rem;
  }
  footer section .row .col-12 {
    flex: 2 1 0;
  }
  footer section .row .col-12:nth-child(1) {
    flex: 1 1 auto;
    padding-left: 2rem;
  }
  .inner-page-additionals {
    background-color: #eeeeee;
  }
  .inner-page-additionals .container .row .col-12 h4.section-title {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  header .navbar {
    margin-left: 8px;
    margin-right: 8px;
  }
}
section.timeline {
  position: relative;
  height: 84rem;
  /* rows & columns */
  /* timeline */
  /* branches */
  /* inner content of branches */
  /* icons */
}
section.timeline .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 40px;
}
section.timeline .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.timeline #line {
  width: 100%;
  max-width: 1190px;
  height: 2px;
  background-color: #190a3c;
  margin: 0 auto;
  position: relative;
}
section.timeline #line::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #190a3c;
  position: absolute;
  right: -4px;
  top: -3px;
}
section.timeline #line::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  background-color: #190a3c;
  position: absolute;
  left: -4px;
  top: -3px;
}
section.timeline .branch {
  width: 119px;
  height: 130px;
  border-left: 2px solid #190a3c;
  position: relative;
  bottom: 130px;
  left: 40px;
  display: inline-block;
  transition: 250ms ease-in-out;
}
section.timeline .branch::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #190a3c;
  position: absolute;
  top: -4px;
  left: -5px;
}
section.timeline .mirror-down {
  transform: scaleY(-1);
  top: 0;
}
section.timeline .mirror-down .content {
  transform: scaleY(-1);
  bottom: 16px;
}
section.timeline .content {
  position: absolute;
  left: 30px;
  top: -6px;
  width: 200px;
}
section.timeline .year {
  font-size: 1.2rem;
  font-weight: 500;
}
section.timeline .text {
  font-size: 1rem;
  margin-top: 15px;
  width: 180px;
}
section.timeline .branch img {
  position: absolute;
  top: -88px;
  left: -33px;
  transform: scale(0.6);
  width: 4rem;
  height: 4rem;
}
section.timeline .mirror-down img {
  transform: scale(0.6) scaleY(-1);
}

@media (max-width: 1435px) {
  section.timeline #line {
    transform: scale(0.9);
  }
}
@media (max-width: 1256px) {
  section.timeline #line {
    transform: scale(0.8);
  }
}
@media (min-width: 1256px) {
  section.timeline {
    height: 31rem;
  }
  section.timeline #line {
    top: 13rem;
  }
  section.timeline .img-col {
    width: 50%;
  }
  section.timeline #logo-img {
    width: 100%;
    height: auto;
    position: relative;
    left: -200px;
  }
}
@media (max-width: 1255px) {
  section.timeline #line {
    transform: rotate(90deg);
    transform-origin: left;
    top: 40px;
    left: 50%;
    width: 1190px;
  }
  section.timeline .flip {
    transform: scaleY(-1);
  }
  section.timeline .turn {
    transform: scaleY(1);
  }
  section.timeline .branch {
    bottom: 0px;
    height: 25px;
  }
  section.timeline .mirror-down {
    top: -25px;
    left: -4px;
  }
  section.timeline .branch::after {
    content: "";
    border: none;
  }
  section.timeline .branch::before {
    content: "";
    width: 10px;
    height: 10px;
    left: -6px;
  }
  section.timeline .text {
    font-size: 1rem;
  }
  section.timeline .left {
    left: 5px;
    top: -145px;
    transform: scaleY(-1) rotate(-90deg);
    transform-origin: top left;
    width: 220px;
  }
  section.timeline .left p.text {
    width: 150px;
  }
  section.timeline .flip img {
    transform: rotate(-90deg) scaleX(-1) scale(0.6);
  }
  section.timeline .right {
    left: -10px;
    top: -2px;
    transform: rotate(-90deg) !important;
    transform-origin: top left;
  }
  section.timeline .right p.year {
    text-align: end;
  }
  section.timeline .turn img {
    left: -47px;
    top: -80px;
    transform: rotate(-90deg) scaleX(-1) scale(0.6);
  }
  section.timeline .column {
    margin-bottom: 30px;
    width: 100%;
    align-items: center;
  }
  section.timeline #logo-img {
    width: 80%;
  }
}
@media (max-width: 652px) {
  section.timeline {
    height: 69rem;
  }
  section.timeline #line {
    transform: rotate(90deg) scale(0.8);
    transform-origin: left;
    top: 40px;
    left: 50%;
    width: 1190px;
  }
  section.timeline #logo-img {
    width: 100%;
  }
}/*# sourceMappingURL=custom.css.map */

/* new code */

.front-page-individual-service-div {
  padding-top: .5rem !important;
}

.front-page-individual-service img {
  opacity: .6;
}

.front-page-individual-service-hr {
  height: 2px !important;
  width: 2rem !important;
}

@media (max-width: 767px) {
  .front-page-individual-service-div {
    margin-bottom: 2.5rem !important;
  }

  .services .front-page-individual-service-div:last-child {
    margin-bottom: 0 !important;
  }

  .front-page-individual-service {
    left: auto !important;
  }

  .front-page-individual-service-title {
    padding-top: .75rem;
    line-height: 30px;
    margin-bottom: 2.25rem;
  }

  .front-page-individual-service-hr {
    display: none !important;
    margin-top: .75rem !important;
  }
}

.other-service-item {
  opacity: .6;
}

.other-service-item-btn {
  background-color: #eee !important;
}

.gallery-carousel .slick-dots > li:first-child {
  margin-left: -2.5px !important;
}

@media (max-width: 767px) {
  .other-service-item {
    left: auto !important;
  }

  .other-service-item-title {
    padding-top: 1rem !important;
    padding-bottom: .75rem !important;
    font-size: 1.25rem !important;
  }

  .other-service-item-div {
    margin-bottom: 2.25rem !important;
  }

  .services .other-service-item-div:last-child {
    margin-bottom: 0 !important;
  }

  #dialog-content {
    padding: 18px !important;
  }
}

.individual-certificate img {
  opacity: .6 !important;
}

.iso-certificate-btn {
  background-color: #eee !important;
}

@media (max-width: 767px) {
  .individual-certificate {
    left: calc(50% - 68.5px) !important;
  }

  .iso-certificate-item-title {
    padding-top: 1rem !important;
    padding-bottom: .75rem !important;
    font-size: 1.25rem !important;
  }

  .iso-certificate-item-div {
    margin-bottom: 2.25rem !important;
  }

  .services .iso-certificate-item-div:last-child {
    margin-bottom: 0 !important;
  }
}

/* */
