<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
  font-family: "Gilroy", sans-serif;
}

header {
  position: relative;
  z-index: 20 !important;
}

.header-active {
  background-color: #fff !important;
}

.navbar {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 3px rgba(12, 13, 1, 0.303);
}

.navbar-toggler {
  outline: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}

.open_shut_btn .close_btn {
  display: none;
  border: 1px solid #5d5d5d;
  padding: 5px 22px;
  border-radius: 10px;
  transition: all 0.4s;
}
.open_shut_btn .close_btn:hover {
  background-color: #ec805c;
}
.open_shut_btn .navbar_open_btnn {
  border: 1px solid #5d5d5d;
  padding: 5px 20px;
  border-radius: 10px;
  transition: all 0.4s;
}
.open_shut_btn .navbar_open_btnn:hover {
  background-color: #ec805c;
}

.collapse_menu {
  -webkit-animation: openMenu 0.7s;
          animation: openMenu 0.7s;
}

.tabrik_img img{
  object-fit: cover;
  margin-top: 2px;
}
@-webkit-keyframes openMenu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes openMenu {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.nav-item .nav-link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: rgb(99, 99, 99);
  transition: all 0.5s ease;
}

.nav-item .current {
  border-bottom: 2px solid #fb2f29;
}

.nav-item .nav-link:hover {
  color: #fe612d !important;
}

.filarmoniya {
  color: #fe612d !important;
}

.nav-item .messanger {
  color: grey !important;
  font-size: 22px;
  margin-left: 10px;
}

#News_Page {
  margin-top: 150px;
}
#News_Page .container .latest_news h1 {
  font-family: "Gilroy";
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00187b;
  margin-bottom: 50px;
}
#News_Page .container .latest_news .tabrik_img img {
  height: 400px;
}
#News_Page .container .latest_news .tabrik_img a {
  margin: 10px 0px;
}

.audio_play {
  background: rgba(35, 35, 35, 0.402);
}
.audio_play .line {
  cursor: pointer;
  height: 4px;
  background: white;
}
.audio_play .line .time-mouse {
  background: white;
  color: black;
  width: 50px;
  height: 25px;
  left: 0;
  display: none;
  top: -35px;
  transform: translateX(-50%);
}
.audio_play .line .line-in {
  width: 0;
  background: red;
}
.audio_play button {
  background: transparent;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: 0.5s ease all;
}
.audio_play button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.audio_play .time {
  width: 40px;
}

#tugma {
  width: 32px;
  float: left;
  margin-right: 6px;
}

#maydon {
  width: 10px;
  height: 80px;
  float: left;
  /* background: red; */
  opacity: 0.5;
  font-size: 30px;
  color: red;
  /* line-height: 18px; */
}

#maydon::before {
  content: "";
  position: absolute !important;
  border: 1px solid lightgray;
  height: 79px;
  width: 100%;
  cursor: pointer;
}

.footer_text .selection::-moz-selection {
  background-color: rgba(255, 166, 0, 0.628);
  color: black;
}

.footer_text .selection::selection {
  background-color: rgba(255, 166, 0, 0.628);
  color: black;
}
.footer_text hr {
  opacity: 0.5 !important;
}
.footer_text .text-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer_text .text-footer p {
  width: 92%;
  text-align: start;
  margin-top: 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #4d4d4d;
}

.icon {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.icon a {
  padding: 5px;
  margin: 5px;
}
.icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-radius: 50%;
  padding: 10px;
  font-size: 25px;
  transform-origin: 0.5% !important;
  transition: all 0.3s ease-in;
  color: black;
  opacity: 0.6;
}
.icon i:hover {
  color: #fe612d;
  border-right: 1px solid #fe612d;
  border-left: 1px solid #fe612d;
  border-radius: 100%;
  opacity: 1;
}

.contact-us-block figure:after {
  content: "";
  display: inline-block;
  width: 150px;
  background: #fe612c;
  height: 2px;
}

.footer_link .footer_text2 p {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: "Gilroy";
  font-weight: 600;
}
.footer_link .footer_text2 .footer_tel {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.footer_link .footer_text2 .footer_tel i {
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-size: 35px;
}
.footer_link .footer_text2 .footer_tel .footer_map iframe {
  display: none;
}

#creativity {
  font-size: 14px;
}
#creativity .row {
  border-top: 1px solid grey;
}
#creativity .row:last-child {
  border-bottom: 1px solid grey;
}
#creativity .row .text-red {
  color: #fb2f29;
}
#creativity .row .creativity-img {
  width: 40px;
  height: 40px;
}
#creativity .row .creativity-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#creativity .row .play {
  width: 47px;
  height: 47px;
  font-size: 20px;
  border: 3.4px solid #fb2f29;
  color: #fb2f29;
}
#creativity .row .line {
  height: 4px;
}
#creativity .row .line .line-in {
  background: red;
}

@media (max-width: 420px) {
  #home-line {
    width: 50% !important;
  }
  .about-title {
    font-size: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>