@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css);
@charset "UTF-8";
header {
  background-color: white;
  width: auto;
}

header .left, .right {
  align-items: center;
}

.lang select {
  border: 0;
}

.navbar {
  padding: 0px;
}

.navbar-light {
  background-color: rgba(234, 216, 190, 0.44) !important;
  color: #182F43;
  text-align: center !important;
  border: 0px solid #d2d2d2;
  padding: 4px;
}

.navbar-light a {
  color: #182F43 !important;
  #border-right: 1px solid #e9e9e9;
}

.navbar-light li:first-child {
  border: none;
}

.navbar-light li {
  border-left: 1px solid #d2d2d2;
}

.nav-item :hover {
  background-color: #F6C026;
}

.nav-item .active {
  background-color: #F6C026;
}

.nav-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 0.6rem 1.8rem 0.8rem 1.8rem !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0.9rem 1.8rem 1.1rem 1.8rem !important;
  }
}
.dropdown-item {
  background-color: #fff;
}

.dropdown-item:hover {
  background-color: #fff;
}

.dropdown-menu {
  #background-color: #00A0A3 !important;
}

.dropdown-menu li {
  border: none;
}

/* Əsas menyuda border olsun */
.nav-item {
  #border: 1px solid #ddd;
  /* Əsas menyu üçün border */
}

/* Yalnız əsas menyular üçün borderlər olsun */
.navbar-light > .nav-item {
  border: 1px solid #DCDCDC;
  /* Yuxarı menyu üçün border */
}

/* Alt menyu (dropdown-menu) açıldıqda sağ və sol borderləri silirik */
.nav-item .dropdown-menu {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  /* Alt borderi də silmək üçün */
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Yumşaq kölgə effekti */
}

/* Alt menyu içindəki elementlərin padding və border radius-u */
.nav-item .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  border-radius: 0;
  /* Küncləri düz saxlamaq üçün */
}

/* Əsas menyu hover edildikdə borderi qalsın */
.nav-item:hover {
  border-color: #bbb;
  /* Hover zamanı border rəngi dəyişə bilər */
}

/* Hover ilə açılma effekti */
.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Hover edildikdə alt menyunu aç */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.slogan {
  font-weight: 600;
}

.logo img {
  height: 48px;
  margin: 20px 0px;
}

.header {
  padding: 1rem 0.1rem;
  margin-bottom: -1px;
}

.nav-padding {
  padding: 16px 22px;
}

@media (max-width: 768px) {
  .logo img {
    height: 60px !important;
  }

  .header {
    padding: 1rem 0.1rem;
  }

  .navbar {
    margin-bottom: 30px !important;
  }
}
.my-toggler {
  background-color: #fff !important;
}

.searchbar .nav-link {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.searchbar img {
  padding-top: 15px;
  cursor: pointer;
}

.togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 16%;
  width: 350px;
  height: 72px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #0f7679;
  z-index: 99999;
  padding-top: 16px;
  display: none;
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #0f7679;
}

.togglesearch input[type=text] {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #0f7679;
  outline: none;
  height: 36px;
}

.togglesearch input[type=submit] {
  width: 80px;
  background: #0f7679;
  color: #fff;
  margin-left: -7px;
  border: 1px solid #0f7679;
  outline: none;
  cursor: pointer;
  height: 36px;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Kursoru kateqoriyanın üzərinə gətirəndə açılacaq */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Bootstrap dropdown aktivliyini söndürmək üçün */
.dropdown-menu.show {
  display: block !important;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
  .navbar ul li {
    float: none;
    display: block;
    text-align: center;
  }
}
.footer {
  background: rgba(214, 224, 227, 0.2);
  font-size: 16px;
  line-height: 28.8px;
}
.footer .left-nav ol, .footer ul {
  padding-left: 0 !important;
}
.footer .container {
  padding-top: 32px;
  vert-align: middle;
}
.footer .subscribe {
  width: 100%;
  height: 162px;
  background: #a24a2d;
  text-align: center;
}
.footer .subscribe h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: #FFFFFF;
}
.footer .address img {
  display: block;
  position: absolute;
  left: 1px;
  top: 4px;
  font-size: 16px;
  line-height: 16px;
}
.footer .footer-logo {
  width: 198px;
}
.footer li {
  list-style-type: none;
  margin-bottom: 16px;
}
.footer li a:link, .footer a:active {
  opacity: 0.3;
  font-weight: 500;
}
.footer li a:hover {
  opacity: 1;
  color: #182F43;
}
.footer .contact-details li {
  padding-left: 37px;
  position: relative;
}
.footer .column-container {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer .column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.footer .column h2 {
  margin-bottom: 10px;
}
.footer .footer-map {
  position: absolute;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  margin-top: -113px;
}
.footer h5 {
  font-weight: 600;
  font-size: 18px;
}
.footer p {
  max-width: 323px;
}
.footer input[type=text] {
  background: #FFFFFF;
  border-radius: 100px;
  border: 0px;
  padding: 8px 16px;
  margin-right: 10px;
  width: 229px;
}
.footer input[type=email] {
  background: #FFFFFF;
  border-radius: 100px;
  border: 0px;
  padding: 8px 16px;
  margin-right: 10px;
  width: 269px;
}
.footer input[type=submit] {
  background: #F6C026;
  border-radius: 8px;
  border: 0px;
  padding: 8px 14px;
}
.footer .social img {
  padding: 0 15px;
}
.footer .copyright {
  opacity: 0.4;
}
.footer .copyright-mob {
  display: none;
  text-align: center;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 20px;
    text-align: center !important;
  }
  .footer .social {
    margin-top: 30px;
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .footer input[type=text] {
    width: 260px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .footer input[type=text] {
    width: 210px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .footer input[type=text] {
    width: 130px;
  }
}
@media (max-width: 425px) {
  .footer input[type=text] {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .footer input[type=text] {
    width: 184px;
  }
}

.main-slider .slick-dots {
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 1rem 0;
  background-color: #185792;
  list-style-type: none;
  padding: 20px 20px;
  right: 0px;
  bottom: 10px;
  position: absolute;
}

.main-slider button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}

.main-slider a {
  color: #fff !important;
}

li.slick-active button {
  background-color: #ca1f2f;
}

.main-slider {
  color: #fff;
}

.main-slider img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .main-slider img {
    height: 100%;
  }
}
.main-slider {
  background-color: #185792;
}

.main-slider p {
  font-size: 18px;
  line-height: 28px;
  max-width: 80%;
  padding: 20px 20px 10px 20px;
}

.story {
  background-color: #F9F9F9;
  padding: 40px 15px;
}

.story h1 {
  max-width: 70%;
  font-style: normal;
  font-size: 38px;
  line-height: 46px;
}

.story p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  padding: 0px 0px 20px 0px;
  max-width: 70%;
}

.story img {
  width: 100%;
}

@media (max-width: 768px) {
  .story h1 {
    max-width: 100%;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
  }

  .story p {
    max-width: 100%;
  }

  .story .button-dark {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 170px;
  height: 170px;
  text-align: center !important;
}
.partner-item img {
  height: 170px;
  border: 1px solid #e7e2e2;
}

.partners h1 {
  padding-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
}

.partner-item h5 {
  padding-top: 15px;
}

.partners {
  padding: 60px 40px;
  background: #FAFAFA;
}

@media (max-width: 768px) {
  .partners {
    padding: 30px 10px 0px 10px;
  }

  .partners h1 {
    font-size: 24px;
  }
}
.blogs h1 {
  padding-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
}

.blogs h5 {
  padding-top: 15px;
}

.blogs {
  padding: 40px;
}

.blogs img {
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-index .news-item {
  padding: 18px 18px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-index .news-item:hover, .news-index .active {
  border-radius: 14px;
  background: #EFEFEF;
  border: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
}
.news-index h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.news-index p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(24, 47, 67, 0.5);
  padding: 0 !important;
  margin: 0 !important;
}

.about-intro {
  background-color: #F5F8F8;
}
.about-intro .row {
  --bs-gutter-x: unset;
}
.about-intro .video-box {
  position: relative;
  height: 600px;
  background-image: url("/images/video-thumb.jpg");
  background-repeat: no-repeat;
  z-index: 1;
}
.about-intro .video-box img {
  position: relative;
  z-index: 2;
}
.about-intro .title-box {
  z-index: 999999;
  height: 600px;
  padding: 116px 0px 116px 50px;
  background-color: #F5F8F8;
}
.about-intro .title-box h3 {
  font-size: 30px;
}
.about-intro .title-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}
.about-intro .title-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.about-intro .news-slick .item {
  min-height: 430px;
  width: 90% !important;
  position: relative;
}
.about-intro .slick-dots {
  position: absolute;
  background-color: unset;
  top: 30%;
  display: block;
  transform: translateY(-50%);
  right: 5%;
}
.about-intro .slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.about-intro .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background-color: rgba(196, 196, 196, 0.4);
  text-indent: -9999px;
  outline: 0;
}
.about-intro .slick-dots button:hover {
  background-color: #000;
}
.about-intro .slick-dots li.slick-active button {
  background-color: #F0D82E;
}
.about-intro .slick-slide {
  height: 400px !important;
}
.about-intro .short-about {
  #width: 65%;
  height: 300px;
  padding: 80px 150px;
  background-image: linear-gradient(180deg, #6C9F44 -7.19%, rgba(108, 159, 68, 0.7)), url("/images/short-about-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  text-align: center;
  color: #fff;
}
.about-intro .short-about .short-about-wrapper {
  text-align: left;
  width: 82%;
}
.about-intro .short-about h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
}
.about-intro .short-about p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.about-intro .all-new {
  padding-left: 0px !important;
  height: 280px;
  text-align: left;
  background: #FF7981;
  background-image: url("/images/lamp.png");
  background-repeat: no-repeat;
  background-position: right 40px bottom 40px;
}
.about-intro .all-new .all-new-wrapper {
  padding: 62px 66px 12px 50px;
  text-align: left;
  width: 84%;
}
.about-intro .all-new h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 125%;
  color: #FFFFFF;
}
.about-intro .all-new p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
}

.projects-slider {
  background-color: #fff;
}
.projects-slider .row {
  --bs-gutter-x: unset;
}
.projects-slider .right-side {
  text-align: center;
}
.projects-slider .right-side img {
  max-height: 520px;
}
.projects-slider .video-box {
  position: relative;
  height: 500px;
  background-image: url("/images/video-thumb.jpg");
  background-repeat: no-repeat;
  z-index: 1;
}
.projects-slider .video-box img {
  position: relative;
  z-index: 2;
}
.projects-slider .title-box {
  #z-index: 999999;
  height: 600px;
  padding: 36px 0px 86px 80px;
  #background-color: #fff;
}
.projects-slider .title-box h3 {
  font-size: 30px;
}
.projects-slider .title-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}
.projects-slider .title-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.projects-slider .main-slick .item {
  height: 430px;
  width: 80% !important;
  position: relative;
}
.projects-slider ul {
  padding-left: 0 !important;
}
.projects-slider .slick-dots {
  position: absolute;
  background-color: unset;
  top: 30%;
  display: block;
  transform: translateY(-50%);
  left: -75px;
}
.projects-slider .slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.projects-slider .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background-color: rgba(196, 196, 196, 0.4);
  text-indent: -9999px;
  outline: 0;
}
.projects-slider .slick-dots button:hover {
  background-color: #000;
}
.projects-slider .slick-dots li.slick-active button {
  background-color: #F0D82E;
}
.projects-slider .slick-slide {
  #height: 400px !important;
}

.about-section {
  position: relative;
  padding: 20px 0;
  #background-color: #f8f9fa;
  overflow: hidden;
}

.about-section {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
}

.about-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

.about-text {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 50px;
}

.about-img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.services-section .card {
  background: unset !important;
}

.slick-prev,
.slick-next {
  display: none;
}

.slick-prev-icon {
  position: absolute;
  top: 35%;
  left: -60px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 9999999999;
  background-image: url("/icons/arrow-left-colored.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-next-icon {
  position: absolute;
  top: 35%;
  right: -60px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 9999999999;
  background-image: url("/icons/arrow-right-colored.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.news-wrapper img.news-photo {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.news-wrapper h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
.news-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(24, 47, 67, 0.5);
}
@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.news-info {
  border-top: 2px solid #EBEBEC;
  padding: 16px 0;
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(24, 47, 67, 0.5);
}

.news-lent .news-item {
  display: flow-root;
}
.news-lent .news-item img.small-image {
  width: 147px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.news-lent .news-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 71px;
  margin-bottom: 12px;
}
.news-lent .news-item .news-list-info {
  #float: right;
}

@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 38px;
    padding-bottom: 16px;
  }
}
.news-image-cat {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  #height: 240px !important;
  border-radius: 4px;
}

.card p {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 24px;
  color: rgba(24, 47, 67, 0.5);
  text-align: left;
}
.card h5 {
  text-align: left;
}

.tags {
  padding: 0px;
}
.tags a:link, .tags a:active, .tags a:visited {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-radius: 4px;
  padding: 8px 8px;
  color: #757575;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 42px;
  margin-right: 4px;
}
.tags a:hover {
  color: #717070;
  background: #FFD939;
}

.other-news h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 49px;
}

.product-wrapper img.product-photo {
  width: 100%;
  padding-bottom: 16px;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrapper h1 {
  font-size: 38px;
  padding-bottom: 16px;
  line-height: 46px;
}
.product-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .product-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.product-info {
  #padding: 16px 0;
}

.product-lent .product-item {
  display: flow-root;
}
.product-lent .product-item img.small-image {
  width: 147px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.product-lent .product-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 71px;
  margin-bottom: 12px;
}
.product-lent .product-item .product-list-info {
  #float: right;
}

@media (max-width: 768px) {
  .product-wrapper h1 {
    font-size: 38px;
    padding-bottom: 16px;
  }
}
.product-photo {
  width: 420px;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.team h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 0 0 0;
  margin-bottom: 0;
}
.team img {
  height: 270px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .team img {
    width: 100%;
  }
}

.contact-form {
  max-width: 538px;
  background: #F6C026;
  box-shadow: 0px 6px 14px 2px rgba(24, 39, 75, 0.12), 0px 10px 32px 3px rgba(24, 39, 75, 0.1);
  border-radius: 12px;
  padding: 36px;
  z-index: 100;
  min-height: 510px;
}
.contact-form button {
  width: 100%;
  background: #FBE3A0;
  padding: 14px 14px 14px 18px;
  letter-spacing: 0;
}
.contact-form button:hover {
  width: 100%;
  background: #f8db8b;
  padding: 14px 14px 14px 18px;
}
.contact-form input, .contact-form textarea {
  border: 1px solid #C3C4C7;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 20px 0 20px 0;
  padding: 14px;
}
.contact-form textarea {
  height: 160px;
}

.address h1 {
  padding-bottom: 45px;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
}
@media (min-width: 768px) {
  .address ul {
    max-width: 74% !important;
  }
}
.address li {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .address {
    padding-bottom: 10px;
  }
}

.map {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -250px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .map {
    margin-top: -50px;
    margin-bottom: 60px;
  }
}
.right-side .subscribe {
  background: #E7F7FF;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 22px;
}
.right-side p {
  font-weight: 274;
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 47, 67, 0.5);
}
.right-side h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
.right-side input[type=email] {
  background: #FFFFFF;
  border-radius: 50px;
  border: 0px;
  padding: 8px 16px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.right-side input[type=submit] {
  background: #FFD939;
  border-radius: 50px;
  border: 0px;
  padding: 8px 14px;
  width: 100%;
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
}
.right-side input[type=submit]:hover {
  background: #f8d12a;
}
@media (max-width: 768px) {
  .right-side img {
    width: 100%;
  }
}

.page-item.active .page-link {
  font-weight: 400;
  color: #000 !important;
  background-color: #FFD939 !important;
  border-radius: 8px;
  border: 0;
}

.page-link:hover {
  font-weight: 400;
  color: #000 !important;
  background-color: #FFD939 !important;
  border-radius: 8px;
  border: 0;
}

.page-link {
  font-weight: 400;
  color: #000 !important;
  background-color: #EAD8BE !important;
  border-radius: 8px !important;
  border: 0;
  margin: 0 10px;
  padding: 8px 16px;
  outline: none;
}

.page-link:focus {
  outline: none;
}

.career .short-message {
  border-radius: 24px;
  padding: 88px 68px;
  height: 310px;
  background-image: url("/images/career-bg.png");
  background-repeat: no-repeat;
  background-position: top 0px right 140px, center;
  background-color: #fabb0e24;
}
.career .short-message p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  max-width: 450px;
}
.career h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
}

.short-message {
  border-radius: 28px;
  padding: 88px 68px;
  height: 339px;
  background-image: url("/images/about-pic.png");
  background-repeat: no-repeat;
  background-position: top 6px right 120px, center;
  background-color: #FBF5E6;
}
.short-message p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  max-width: 450px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
}

@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 34px !important;
  }

  h1 {
    font-size: 42px !important;
  }

  .page-title {
    padding: 20px 0px 20px 5px !important;
  }

  .logo img {
    height: 46px !important;
    padding-left: 10px;
  }

  .slick-next-icon {
    right: 0 !important;
  }

  .navbar-light a {
    border-right: unset !important;
  }

  .main-slick {
    padding-left: 36px;
  }

  .main-slick p {
    padding-top: 10px;
  }

  #more-button {
    padding-top: 20px;
  }

  .projects-slider .slick-dots {
    left: 0;
  }

  .projects-slider .title-box {
    height: 390px;
    padding: 10px 0px 58px 10px;
  }

  .projects-slider .main-slick .item {
    height: 300px;
    width: 90% !important;
  }

  .projects-slider .title-box h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .projects-slider .right-side img {
    padding-top: 10px;
    max-height: 300px;
  }

  .right-side img {
    width: unset;
  }

  .about-intro .video-box {
    height: 190px;
    background-size: cover;
  }
  .about-intro .video-box img {
    left: 43%;
    top: 34%;
  }

  .about-intro .title-box {
    padding: 46px 0px 0px 20px;
    height: unset;
  }

  .about-intro .title-box h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .about-intro .news-slick .item {
    height: 340px !important;
    min-height: 240px !important;
  }

  .about-intro .short-about {
    height: unset;
    padding: 26px 20px 20px 20px;
    margin-bottom: 30px;
  }

  .about-intro .all-new {
    height: unset;
    padding-bottom: 26px;
  }

  .about-intro .all-new .all-new-wrapper {
    padding: 26px 20px 20px 20px;
  }

  .blogs {
    padding: 20px;
  }

  .blogs img {
    height: 190px;
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 36px !important;
  }

  .footer .container {
    padding-left: 20px !important;
  }

  .footer .footer-logo {
    padding-bottom: 30px;
  }

  .footer input[type=email] {
    margin-top: 10px;
    width: 220px;
  }

  .footer .subscribe {
    padding: 26px 10px 36px 10px;
    height: unset;
  }

  .footer .footer-map {
    margin-top: unset !important;
    height: 180px;
    left: 0;
    right: 0;
  }

  .footer .column-container {
    padding: 20px 0;
  }

  .footer .copyright {
    display: none;
  }

  .footer .copyright-mob {
    display: block !important;
  }

  #our-contacts {
    display: none;
  }

  .short-message {
    padding: 18px 18px 12px 18px;
    height: unset;
    background-image: unset;
  }
  .short-message p {
    font-size: 28px;
    line-height: 44px;
  }

  .career .short-message {
    padding: 18px 18px 12px 18px;
    height: unset;
    background-position: top -9px right -17px, center;
  }
  .career .short-message p {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 376px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 27px !important;
    line-height: 40px !important;
  }

  .projects-slider .title-box {
    padding: 10px 0px 58px 5px;
  }

  .projects-slider .title-box p {
    line-height: 160%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .nav-link {
    padding: 0.9rem 0.9rem 0.9rem 0.9rem !important;
  }

  .about-intro .all-new .all-new-wrapper {
    width: 100% !important;
    padding: 24px 26px 12px 50px;
  }

  .about-intro .title-box h2 {
    font-size: 38px;
    line-height: 47px;
  }

  .about-intro .short-about {
    padding: 38px 46px;
  }

  .projects-slider .title-box h2 {
    font-size: 38px;
    line-height: 47px;
  }

  .nav-padding {
    padding: 6px 12px;
  }

  .projects-slider .slick-dots {
    left: -60px;
  }

  .about-intro .title-box {
    padding: 84px 0px 115px 31px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Helvetica";
  src: url("/public/fonts/Helvetica-Black-Condensed.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  color: #182F43;
}

body {
  line-height: 24px;
  font-size: 16px;
  background-color: #fff;
  font-family: "Helvetica", sans-serif, Roboto;
}

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

.button:focus {
  outline: none;
  box-shadow: none;
}

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

@media (max-width: 768px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
  }
}
.container {
  max-width: 1120px;
}

.form-select:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}

a:link, a:active {
  color: #000;
}

a:hover {
  color: #706e6e;
}

.button-dark {
  background: #F6C026;
  border-radius: 14px;
  font-style: normal;
  font-weight: 590;
  font-size: 15px;
  line-height: 20px;
  padding: 14px 9px 15px 12px;
}

.button-dark:hover {
  background: #F6C026;
  border-radius: 14px;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 9px 15px 12px;
}

.button-lite {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #185792;
  border-radius: 8px;
  padding: 12px 16px;
  color: #185792;
  font-weight: 590;
}

.button-lite:hover {
  font-size: 16px;
  line-height: 24px;
  background: #185792;
  border: 1px solid #185792;
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-weight: 590;
}

.sec-title {
  background: #0f5597;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 0 18px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-left: 14px solid #ca1f2f;
}

.card {
  border: 0;
  text-align: center;
}
.card img {
  border-radius: 12px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.card h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.h172 img {
  height: 172px;
}

.h192 img {
  height: 192px;
}

.h240 img {
  height: 240px;
}

.card-body {
  padding: 1rem 0rem;
}

.card-img-top {
  #height: 225.6px !important;
  #object-fit: cover;
}

.left-nav {
  padding: 20px 12px;
  background: rgba(234, 216, 190, 0.3);
  border-radius: 16px;
}
.left-nav .active {
  display: block;
  background-color: #FFD939;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #fff;
}
.left-nav .active a {
  font-weight: 700;
  font-size: 18px;
  color: #182F43;
}
.left-nav li:hover {
  display: block;
  background-color: #FFD939;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #fff;
  transition: 0.4s;
}
.left-nav li:hover a {
  font-weight: 700;
  font-size: 18px;
  color: #182F43;
}
.left-nav li {
  display: block;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.left-nav li a {
  font-weight: 700;
  font-size: 18px;
  color: #182F43;
}

.left-nav-select {
  padding-bottom: 30px;
}
.left-nav-select select {
  background: #FFD939;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  border: 0px;
  color: #182F43;
}
.left-nav-select .left-nav-select option {
  margin: 40px;
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button {
  cursor: pointer;
}

.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .share-dialog {
    top: 50%;
    left: 50%;
    margin: auto;
    position: fixed;
  }

  .share-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .copy-link {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  #author {
    padding-left: 10px !important;
  }
}
.fade-in {
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  /* Firefox */
  -webkit-animation: fadein 0.3s;
  /* Safari and Chrome */
  -o-animation: fadein 0.3s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-title {
  background: #FAFAFA;
  padding: 45px 0px 45px 5px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  order: 0;
  flex-grow: 0;
  margin: -2px 0 50px 0;
}

.page-title h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
}

.breadcrumbs {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 20px;
}

.breadcrumbs a:link, a:active, a:visited {
  font-weight: 700;
  font-size: 16px;
}

ul.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin: unset;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
}

ul.breadcrumbs li + li:before {
  padding: 8px;
  content: "/ ";
}

.more-button {
  border: 1px solid #F6C026;
  border-radius: 40px;
  padding: 20px 74px 20px 54px;
  color: #2C2E35;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.more-button:hover {
  background: #F6C026;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.more-button-dark {
  background: #F6C026;
  border-radius: 8px;
  padding: 18px 70px 18px 50px;
  color: #2C2E35;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.more-button-dark:hover {
  background: #F6C026;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.inner-wrapper img.main-photo {
  width: 100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
}
.inner-wrapper h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
.inner-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(24, 47, 67, 0.5);
}
@media (max-width: 768px) {
  .inner-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.accordion .accordion-button {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  outline: none;
  box-shadow: none;
  background-color: #EFEFEF;
  letter-spacing: 0;
  text-transform: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #182F43;
}
.accordion .accordion-body {
  background: #EFEFEF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-header {
  border-radius: 10px;
}

.gray-button {
  background: #DCDCDC;
  border-radius: 52px;
  padding: 12px 20px 12px 20px;
}

