@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifBold.otf");
}
@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifBook.otf");
}
@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifExtraBold.otf");
}
@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifExtraLight.otf");
}
@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifLight.otf");
}
@font-face {
  font-family: "Pragmatika";
  src: url("../font/Pragmatica-SlabserifMedium.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Pragmatika";
}

.parallax .p-item {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  
}
.parallax .p-item.p1 {
  background-image: url("../img/4.jpg");
}
.parallax .p-item.p2 {
  background-image: url("../img/png/qurilsh_bg_1920.jpg");
}
.parallax .p-item.p3 {
  background-image: url("../img/2.jpg");
}
.parallax .p-item.p4 {
  background-image: url("../img/png/qurilsh_bg_1920.jpg");
}
.parallax .p-item.p5 {
  background-image: url("../img/png/past.jpg");
}
.parallax .p-item.p6 {
  background-image: url("../img/png/qurilsh_bg_1920.jpg");
}

/* line 4, src/sass/_visully.scss */
.narratorBox {
  position: relative;
  background-color: rgba(87, 235, 123, 0.21);
}

/* line 9, src/sass/_visully.scss */
.loading-text {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  right: 10px;
  top: -30px;
  background-color: #45a57d !important;
  border-radius: 50%;
  -webkit-animation: pulse-shadow 2s infinite;
  animation: pulse-shadow 2s infinite;
  transition: all ease 0.3s;
  color: #fff !important;
}

/* line 26, src/sass/_visully.scss */
.loading-text:hover {
  -webkit-animation: none;
  animation: none;
  background-color: #45a57d;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #F1F6F9;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #2a386e;
}

a {
  text-decoration: none !important;
}

.plu {
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  float: none;
  line-height: normal;
  font-size: 1px;
  vertical-align: baseline;
  display: inline-block;
  width: 90px;
  height: 20px;
  background: transparent;
}

.plu > .ifr {
  position: static;
  top: 0px;
  width: 90px;
  margin: 0px;
  border-style: none;
  left: 0px;
  visibility: visible;
  height: 20px;
}

h1 {
  margin: 0;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

ul {
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #ffffff;
}
body.image {
  color: white;
}
body.image .bg-glav {
  background: none;
}
body.image img {
  display: none;
}
body.image .glavni .slider {
  display: none;
}
body.gray {
  filter: grayscale(1);
  color: white;
}
body.gray img {
  display: flex;
}
body.gray .glavni .slider {
  background: flex;
}
body.mode {
  filter: invert(100%) grayscale(100%);
  color: white;
}
body.mode img, body.mode .glavni .slider {
  filter: invert(1) grayscale(1);
  display: flex;
}
body.mode .bg-glav {
  background: flex;
}
body img {
  display: flex;
}
body .glavni .slider {
  background: flex;
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.my-container {
  margin: 0px 60px;
}
@media (max-width: 1380px) {
  .my-container {
    margin: 0 40px;
  }
}
@media (max-width: 650px) {
  .my-container {
    margin: 0 20px;
  }
}

.glavni-btn {
  color: #2a386e;
  background: transparent;
  border-radius: 8px;
  padding: 12px 24px 11px;
  border: 1px solid #2a386e;
  font-weight: 400 !important;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 650px) {
  .glavni-btn {
    padding: 12px 50px 11px;
  }
}
.glavni-btn:hover {
  color: #ffffff;
  background: #2a386e;
}

.slider-btn {
  color: #ffffff;
  background: #2a386e;
  width: 40px;
  height: 40px;
  border: 1px solid #2a386e;
  font-weight: 400 !important;
  transition: 0.3s;
  cursor: pointer;
}
.slider-btn:hover {
  color: #2a386e;
  background: #ffffff;
}

.back-btn {
  font-weight: 600 !important;
  color: #000000;
  border: none;
  background: #E2ECF4;
  padding: 11px 24px;
  border-radius: 12px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.back-btn:hover {
  border: none;
  background: #2a386e;
  color: #ffffff;
}
.back-btn svg {
  margin-left: 12px;
  transition: 0.3s;
  width: 13px;
  height: 9px;
}
.back-btn svg path {
  fill: #000000;
}
.back-btn:hover svg {
  transform: translateX(5px);
}
.back-btn:hover svg path {
  fill: #ffffff;
}
.back-btn:active {
  top: 2px;
}

#to-top {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  z-index: 9;
  bottom: 0px;
  right: 30px;
  opacity: 0;
  transition: 0.3s ease;
  background-color: white;
  border: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  #to-top {
    right: 20px;
  }
}
#to-top:hover {
  transform: translateY(-10px);
}
#to-top.show {
  bottom: 30px;
  opacity: 1;
}
@media (max-width: 550px) {
  #to-top.show {
    bottom: 20px;
  }
}
#to-top i {
  font-size: 20px;
  color: rgb(194, 194, 194);
}
@media (max-width: 550px) {
  #to-top {
    width: 40px;
    height: 40px;
  }
}

.map {
  width: 100%;
  height: 300px;
}

.txt-18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 1380px) {
  .txt-18 {
    font-size: 17px;
  }
}
@media (max-width: 650px) {
  .txt-18 {
    font-size: 15px;
    line-height: 20px;
  }
}

.txt-16 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
@media (max-width: 1380px) {
  .txt-16 {
    font-size: 15px;
  }
}
@media (max-width: 650px) {
  .txt-16 {
    font-size: 14px;
    line-height: 18px;
  }
}

.txt-12 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .txt-12 {
    font-size: 10px;
    line-height: 14px;
  }
}

.txt-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 650px) {
  .txt-14 {
    font-size: 12px;
    line-height: 16px;
  }
}

.txt-19 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}
@media (max-width: 1380px) {
  .txt-19 {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .txt-19 {
    font-size: 16px;
    line-height: 18px;
  }
}

.txt-20 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 1380px) {
  .txt-20 {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .txt-20 {
    font-size: 17px;
    line-height: 22px;
  }
}

.txt-22 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
@media (max-width: 1380px) {
  .txt-22 {
    font-size: 21px;
  }
}
@media (max-width: 650px) {
  .txt-22 {
    font-size: 18px;
    line-height: 22px;
  }
}

.txt-30 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}
@media (max-width: 1380px) {
  .txt-30 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .txt-30 {
    font-size: 19px;
    line-height: 24px;
  }
}

.txt-32 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 1380px) {
  .txt-32 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .txt-32 {
    font-size: 23px;
    line-height: 28px;
  }
}

.txt-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
@media (max-width: 1380px) {
  .txt-24 {
    font-size: 23px;
  }
}
@media (max-width: 1150px) {
  .txt-24 {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (max-width: 650px) {
  .txt-24 {
    font-size: 18px;
    line-height: 24px;
  }
}

.txt-29 {
  font-weight: 600;
  font-size: 29px;
  line-height: 33px;
}
@media (max-width: 1380px) {
  .txt-29 {
    font-size: 27px;
  }
}
@media (max-width: 650px) {
  .txt-29 {
    font-size: 23px;
    line-height: 28px;
  }
}

.txt-60 {
  font-weight: 600;
  font-size: 60px;
  line-height: 84px;
}
@media (max-width: 1380px) {
  .txt-60 {
    font-size: 52px;
    line-height: 68px;
  }
}
@media (max-width: 650px) {
  .txt-60 {
    font-size: 28px;
    line-height: 35px;
  }
}

.txt-42 {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 650px) {
  .txt-42 {
    font-size: 22px;
    line-height: 35px;
  }
}

.txt-38 {
  font-weight: 600;
  font-size: 38px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1380px) {
  .txt-38 {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 650px) {
  .txt-38 {
    font-size: 22px;
    line-height: 35px;
  }
}

.swiper-wrapper {
  padding-bottom: 3px;
}

html.grey p,
html.grey h1,
html.grey h2,
html.grey span,
html.grey button,
html.grey img,
html.grey i {
  filter: grayscale(100%);
  box-shadow: none;
}
html.grey .navigation {
  filter: grayscale(100%);
}
html.grey .navigation .kategory {
  filter: grayscale(0) !important;
}
html.grey .navbar-top {
  filter: grayscale(100%);
}
html.grey .navbar-top .kategory {
  filter: grayscale(100%) !important;
}
html.grey .footer {
  filter: grayscale(100%);
}
html.grey .footer {
  filter: grayscale(100%);
}
html.grey .mySwiper {
  filter: grayscale(100%);
  z-index: 1;
}

.search-page {
  width: 370px;
  padding: 18px;
  background: #2a386e;
  position: fixed;
  z-index: 110;
  height: 100vh;
  right: -100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  transition: 0.5s ease;
}
.search-page.active {
  right: 0;
}
.search-page .back {
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 22px;
  color: rgb(85, 96, 157);
  transition: 0.2s;
  cursor: pointer;
}
.search-page .back:hover {
  color: #ffffff;
}
.search-page .txt-16 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 8px;
  margin-top: 150px;
}
.search-page .search {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  padding: 0 16px;
}
.search-page .search input {
  font-weight: 400;
  padding: 7px 0px;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
}
.search-page .search input::-moz-placeholder {
  color: #ffffff;
}
.search-page .search input:-ms-input-placeholder {
  color: #ffffff;
}
.search-page .search input::placeholder {
  color: #ffffff;
}
.search-page .search button {
  background: transparent;
  border: none;
  outline: none;
}
.search-page .search i {
  color: #ffffff;
}
.search-page img {
  width: 100%;
  margin-top: 150px;
}

.menu-r {
  width: 370px;
  padding: 24px;
  background: #2a386e;
  position: fixed;
  z-index: 110;
  height: 100vh;
  left: -100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  transition: 0.5s ease;
}
.menu-r.active {
  left: 0;
}
.menu-r .back {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 22px;
  color: rgb(85, 96, 157);
  transition: 0.2s;
  cursor: pointer;
}
.menu-r .back:hover {
  color: #ffffff;
}
.menu-r .txt-20 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #ffffff;
}
.menu-r .txt-19 {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 16px 0;
}
.menu-r .languages {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.menu-r .languages .txt-14 {
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 400;
}
.menu-r .languages .txt-14:hover {
  opacity: 0.8;
}
.menu-r .languages .txt-14.active {
  background: #ffffff;
  color: #2a386e;
}
.menu-r .blog-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.menu-r .blog-tg {
  display: flex;
  align-items: center;
  transition: 0.3s;
  opacity: 0.8;
  margin-top: 5px;
}
.menu-r .blog-tg:hover {
  cursor: pointer;
  opacity: 1;
}
.menu-r .blog-tg .img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 12px;
  transition: 0.3s;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #0052a5;
}
.menu-r .blog-tg .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.menu-r .blog-tg .txt-18 {
  color: #ffffff;
}
.menu-r img {
  width: 180px;
  margin-top: 24px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.2s;
  pointer-events: none;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  pointer-events: all;
}

.navigation {
  width: 100%;
  padding: 7px 0;
  background: #f9f9f9;
}
.navigation .navigation-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation .navigation-in .left-nav {
  display: flex;
  align-items: center;
}
.navigation .navigation-in .left-nav .logo {
  width: 315px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.navigation .navigation-in .left-nav .logo .logo-nav {
  width: 315px;
}
.navigation .navigation-in .left-nav .logo .logo-nav2 {
  width: 50px;
  margin-right: 10px;
}
.navigation .navigation-in .left-nav .logo .txt-16 {
  text-transform: uppercase;
  color: #2a386e;
}
.navigation .navigation-in .left-nav .call {
  display: flex;
  align-items: center;
  margin-right: 24px;
  color: #000;
  font-weight: 300;
}
.navigation .navigation-in .left-nav .call i {
  color: #2a386e;
  margin-right: 8px;
}
.navigation .navigation-in .left-nav .glavni-btn {
  text-transform: uppercase;
}
@media (max-width: 1340px) {
  .navigation .navigation-in .left-nav .glavni-btn {
    display: none;
  }
}
.navigation .navigation-in .right-nav {
  display: flex;
  align-items: center;
}
.navigation .navigation-in .right-nav .language {
  background: transparent;
  box-shadow: none;
  margin-right: 12px;
  cursor: pointer;
}
.navigation .navigation-in .right-nav .language:nth-child(2) {
  border-right: 1px solid transparent;
}
.navigation .navigation-in .right-nav .language .txt-14 {
  color: #000000;
  text-align: center;
}
.navigation .navigation-in .right-nav .language-in {
  border: none;
  color: #000000;
  padding: 7px 3px;
  display: flex;
  align-items: center;
}
.navigation .navigation-in .right-nav .language-in i {
  margin-right: 5px;
  color: #2a386e;
}
.navigation .navigation-in .right-nav .language-in:after {
  display: none;
}
.navigation .navigation-in .right-nav .language-in.show {
  color: #2a386e;
}
.navigation .navigation-in .right-nav .language-menu {
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid #B4B8C0;
  border-radius: 5px;
  margin: -10px 0 0 0 !important;
  min-width: 100%;
  padding: 7px 0;
}
.navigation .navigation-in .right-nav .language-menu .txt-14 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}
.navigation .navigation-in .right-nav .language-menu a:hover {
  color: #2a386e;
  background: transparent;
}
.navigation .navigation-in .right-nav .language-menu a:active {
  color: #2a386e;
  background: transparent;
}
.navigation .navigation-in .right-nav .language-menu a:focus {
  color: #2a386e;
  background: transparent;
}
.navigation .navigation-in .right-nav .text-size {
  text-align: center;
  font-size: 13px;
  padding: 3px;
  width: 25px;
  height: 25px;
  background: #2a386e;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 12px;
}
.navigation .navigation-in .right-nav .global-i {
  display: flex;
  align-items: center;
}
.navigation .navigation-in .right-nav .global-i:last-child {
  margin-right: 0;
}
.navigation .navigation-in .right-nav .global-i i {
  font-size: 20px;
  color: #2a386e;
  transition: 0.2s ease;
  margin-right: 10px;
}
.navigation .navigation-in .right-nav .global-i i:hover {
  opacity: 0.8;
}

.main-content {
  width: 100%;
  background-color: rgba(42, 56, 110, 0.4);
  padding: 100px 0;
}
.main-content .main-content-in {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-content .main-content-in .logo-nav2 {
  width: 150px;
  margin-bottom: 30px;
}
.main-content .main-content-in .txt-20 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  width: 400px;
}

.menu-bar {
  width: 100%;
  background: #ffffff;
  padding: 30px 0;
}
.menu-bar .menu-bar-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bar .menu-bar-in .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.menu-bar .menu-bar-in .menu .menu-in {
  padding-bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: none;
  transition: 2s ease;
}
.menu-bar .menu-bar-in .menu .menu-in .m-in {
  padding: 0px 15px;
  transition: 0.2s;
  width: 100%;
  color: #000000;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1340px) {
  .menu-bar .menu-bar-in .menu .menu-in .m-in {
    padding: 0 6px;
  }
}
.menu-bar .menu-bar-in .menu .menu-in .m-in:last-child {
  border-right: 1px solid transparent;
}
.menu-bar .menu-bar-in .menu .menu-in .m-in:hover {
  opacity: 0.7;
}
.menu-bar .menu-bar-in .menu .menu-in .m-in i {
  margin-left: 5px;
  font-size: 12px;
}
.menu-bar .menu-bar-in .menu .menu-in-in {
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
}
.menu-bar .menu-bar-in .menu .menu-in-in:after {
  display: none;
}
.menu-bar .menu-bar-in .menu .menu-in-in.show {
  opacity: 0.7;
}
.menu-bar .menu-bar-in .menu .menu-in-in.show .chervon {
  transform: rotate(-180deg);
}
.menu-bar .menu-bar-in .menu .menu-in-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
  margin-right: 12px;
}
.menu-bar .menu-bar-in .menu .menu-in-menu {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  background-color: #fff;
  color: #ffffff;
  border-radius: 0;
  width: 260px;
  min-width: 270px;
  max-width: 260px;
}
.menu-bar .menu-bar-in .menu .menu-in-menu li:last-child {
  margin-bottom: 0;
}
.menu-bar .menu-bar-in .menu .menu-in-menu li:last-child a {
  border-bottom: 1px solid transparent;
}
.menu-bar .menu-bar-in .menu .menu-in-menu a {
  color: #000000;
  font-weight: 400;
  padding: 6px 20px;
  border-bottom: 1px solid #ECEEF0;
  width: 100%;
  white-space: normal !important;
  transition: 0.2s;
  background: transparent;
}
.menu-bar .menu-bar-in .menu .menu-in-menu li {
  width: 100% !important;
}
.menu-bar .menu-bar-in .menu .menu-in-menu .dropdown-item {
  width: 100% !important;
}
.menu-bar .menu-bar-in .menu .menu-in-menu a:hover {
  color: #2a386e;
  background: #ffffff;
}
.menu-bar .menu-bar-in .menu .menu-in-menu a:active {
  background: #ffffff;
  color: #2a386e;
}
.menu-bar .menu-bar-in .menu .menu-in-menu a:focus {
  color: #2a386e;
  background: #ffffff;
}
.menu-bar .menu-bar-in .menu .dropdown-submenu {
  position: relative;
}
.menu-bar .menu-bar-in .menu .dropdown-submenu:hover .menu-in-menu {
  opacity: 1;
  pointer-events: all;
  transform: translateX(99%);
}
.menu-bar .menu-bar-in .menu .dropdown-submenu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bar .menu-bar-in .menu .dropdown-submenu .dropdown-item i {
  font-size: 12px;
}
.menu-bar .menu-bar-in .menu .dropdown-submenu .menu-in-menu {
  top: 0;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transform: translateX(110%);
  position: absolute;
}
.menu-bar .menu-bar-in .search-btn {
  color: #2a386e;
  font-size: 20px;
  margin-right: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.menu-bar .menu-bar-in .search-btn:hover {
  opacity: 0.8;
}

.navigation-top {
  width: 100%;
  padding: 20px 0;
}
.navigation-top .my-container .top-in {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.navigation-top .my-container .top-in .left-navbar {
  justify-content: start;
  align-items: center;
  display: flex;
}
.navigation-top .my-container .top-in .left-navbar .left-nav {
  color: #2a386e;
  font-size: 30px;
  cursor: pointer;
  margin-right: 40px;
}
.navigation-top .my-container .top-in .right-nav {
  color: #2a386e;
  font-size: 19px;
  cursor: pointer;
  margin-left: 20px;
}

.bg-p {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.bg-p.active {
  opacity: 1;
  pointer-events: all;
}

.bg-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9;
  background: rgba(0, 0, 0, 0.905);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
.bg-menu.active {
  opacity: 1;
  pointer-events: all;
}

.serch-mobile {
  width: 50%;
  z-index: 10;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 53px;
  overflow: hidden;
  transition: 0.3s ease;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
  border-radius: 5px;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 650px) {
  .serch-mobile {
    width: 90%;
  }
}
.serch-mobile.active {
  top: 50%;
  opacity: 1;
  pointer-events: all;
}
.serch-mobile .input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 400;
  color: #3F4649;
  background: transparent;
  outline: none;
  padding: 10px 20px;
}
.serch-mobile .input::-moz-placeholder {
  font-weight: 400;
}
.serch-mobile .input:-ms-input-placeholder {
  font-weight: 400;
}
.serch-mobile .input::placeholder {
  font-weight: 400;
}
.serch-mobile button {
  border: none;
  outline: none;
  height: 100%;
  padding: 14px 15px;
  box-shadow: none;
  background: transparent;
}
.serch-mobile button::after {
  border-radius: 0px 7px 7px 0px;
  box-shadow: none;
}
.serch-mobile button::before {
  box-shadow: none;
  border-radius: 0px 7px 7px 0px;
}
.serch-mobile button i {
  font-size: 18px;
  color: #2a386e;
}

.search-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  margin-top: 50px;
  overflow: hidden;
  transition: 0.3s ease;
  background: #ffffff;
}
.search-in .input {
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 400;
  color: #3F4649;
  background: transparent;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  transition: 0.3s;
}
.search-in .input::-moz-placeholder {
  font-weight: 400;
}
.search-in .input:-ms-input-placeholder {
  font-weight: 400;
}
.search-in .input::placeholder {
  font-weight: 400;
}
.search-in .input:focus {
  border: 1px solid #2a386e;
}
.search-in button {
  border-radius: 0px 5px 5px 0px;
  height: 100%;
  padding: 14px 15px;
  box-shadow: none;
  background: #2a386e;
}
.search-in button::after {
  border-radius: 0px 7px 7px 0px;
  box-shadow: none;
}
.search-in button::before {
  box-shadow: none;
  border-radius: 0px 7px 7px 0px;
}
.search-in button i {
  font-size: 18px;
  color: #ffffff;
}

.menu-l {
  padding: 24px 20px;
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  top: 0;
  left: -100%;
  width: 400px;
  background: #ffffff;
  z-index: 11;
  transition: 0.4s ease-in-out;
}
@media (max-width: 420px) {
  .menu-l {
    width: 350px;
  }
}
@media (max-width: 360px) {
  .menu-l {
    width: 300px;
  }
}
.menu-l.active {
  left: 0;
}
.menu-l-in {
  border: none;
  margin-top: 30px;
}
.menu-l-in .accordion {
  border: none;
}
.menu-l-in .accordion .accordion-item {
  border: none;
  margin-top: 10px;
}
.menu-l-in .accordion .accordion-item .accordion-header .menu-in {
  color: #3F4649 !important;
  padding: 7px 0;
  font-weight: 500;
  transition: 0.2s;
}
.menu-l-in .accordion .accordion-item .accordion-header .menu-in:hover {
  color: #2a386e !important;
}
.menu-l-in .accordion .accordion-item .accordion-header {
  padding: 7px 0;
}
.menu-l-in .accordion .accordion-item .accordion-header .txt-16 {
  color: #000 !important;
  font-weight: 400;
  text-transform: uppercase;
}
.menu-l-in .accordion .accordion-item .accordion-body {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}
.menu-l-in .accordion .accordion-item .accordion-body .txt-16 {
  margin-bottom: 10px;
  color: #3F4649;
  font-weight: 400;
  transition: 0.2s;
}
.menu-l-in .accordion .accordion-item .accordion-body .txt-16:hover {
  color: #2a386e;
}
.menu-l .sign-btn {
  background: transparent;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #9FA8B3;
  border-radius: 8px;
}
.menu-l .sign-btn .txt-14 {
  color: #595C61;
  text-align: center;
}
.menu-l .sign-btn-in {
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #595C61;
  padding: 3px 9px;
  height: 40px;
  display: flex;
  align-items: center;
}
.menu-l .sign-btn-in:after {
  display: none;
}
.menu-l .sign-btn-in.show .chervon {
  transform: rotate(-180deg);
}
.menu-l .sign-btn-in .acaunt {
  width: 24px;
  height: 24px;
}
.menu-l .sign-btn-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}
.menu-l .sign-btn-in span {
  margin: 0 8px 0 8px;
  color: #595C61;
  font-weight: 500;
}
.menu-l .sign-btn-menu {
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin: -5px 0 0 0 !important;
  min-width: 100%;
  padding: 10px 20px;
}
.menu-l .sign-btn-menu .dropdown-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: 5px 0;
}
.menu-l .sign-btn-menu .dropdown-item .back {
  color: #E53C3C !important;
}
.menu-l .sign-btn-menu .dropdown-item:hover {
  background: transparent;
}
.menu-l .sign-btn-menu .dropdown-item:hover .txt-16 {
  color: #2a386e;
}
.menu-l .sign-btn-menu .dropdown-item:active .txt-16 {
  color: #2a386e;
}
.menu-l .sign-btn-menu .dropdown-item:focus .txt-16 {
  color: #2a386e;
}
.menu-l .sign-btn-menu .dropdown-item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.menu-l .sign-btn-menu .dropdown-item .txt-16 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}
.menu-l .w-in {
  padding: 10px 16px 9px;
  width: 100%;
  margin-top: 20px;
}
.menu-l .sign-w {
  width: 100%;
  margin-top: 12px;
  color: #2a386e;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}
.menu-l .sign-w:hover {
  text-decoration: underline;
}

#hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}
#hamburger .line {
  fill: none;
  stroke: #2a386e;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
#hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
#hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
#hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
#hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: none;
  --bs-accordion-border-radius: none;
  --bs-accordion-inner-border-radius: none;
  --bs-accordion-btn-padding-x: none;
  --bs-accordion-btn-padding-y: none;
  --bs-accordion-btn-color: none;
  --bs-accordion-btn-bg: none;
  --bs-accordion-btn-icon-width: 10px;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: none;
  --bs-accordion-body-padding-y: none;
  --bs-accordion-active-color: $c16;
  --bs-accordion-active-bg: none;
}

.statistika {
  padding: 100px 0;
  width: 100%;
  position: relative;
  background: transparent;
  background-color: rgba(42, 56, 110, 0.7);
}
.statistika .statistika-in {
  width: 100%;
}
.statistika .statistika-in .nav-text {
  color: #ffffff;
}
.statistika .statistika-in .nav-text::after {
  background: #ffffff;
}
.statistika .statistika-in .main-blog {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistika .statistika-in .main-blog .card-statistika {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  margin: 50px;
}
.statistika .statistika-in .main-blog .card-statistika .txt-38 {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  color: #ffffff;
}
.statistika .statistika-in .main-blog .card-statistika .txt-42 {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  color: #ffffff;
}
.statistika .statistika-in .main-blog .card-statistika .left-sec {
  color: #ffffff;
  width: 250px;
  font-weight: 400;
}

.xizmatlar {
  padding: 100px 0;
  width: 100%;
  position: relative;
  background: transparent;
  background-color: rgba(42, 56, 110, 0.7);
}
.xizmatlar .xizmatlar-in {
  width: 100%;
}
.xizmatlar .xizmatlar-in .nav-text {
  color: #ffffff;
}
.xizmatlar .xizmatlar-in .nav-text::after {
  background: #ffffff;
}
.xizmatlar .xizmatlar-in .main-blog {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xizmatlar .xizmatlar-in .main-blog .card-xizmatlar {
  width: 32.5%;
  display: flex;
  align-items: center;
  margin-top: 50px;
  transition: 0.3s ease;
}
@media (max-width: 980px) {
  .xizmatlar .xizmatlar-in .main-blog .card-xizmatlar {
    width: 100%;
  }
}
.xizmatlar .xizmatlar-in .main-blog .card-xizmatlar:hover {
  transform: translateY(-10px);
}
.xizmatlar .xizmatlar-in .main-blog .card-xizmatlar img {
  width: 100px;
  margin-right: 24px;
}
.xizmatlar .xizmatlar-in .main-blog .card-xizmatlar .left-sec {
  color: #ffffff;
  width: 250px;
  font-weight: 400;
}

.swiper-container {
  overflow-x: hidden;
}

.card-qonun {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #2a386e;
  position: relative;
}
.card-qonun .txt-18 {
  color: #565656;
}
.card-qonun .txt-14 {
  margin-top: 18px;
  color: #2a386e;
}

.play-video {
  width: 100%;
  height: 360px;
  position: relative;
}
@media (max-width: 650px) {
  .play-video {
    height: 260px;
  }
}
.play-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.307);
}
.play-video .video-poster {
  width: 100%;
  height: 370px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-video:hover i {
  opacity: 0.7;
}
.play-video i {
  z-index: 2;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 50px;
  font-weight: 200;
  text-align: center;
}

.buttons-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons-main button {
  width: 49%;
  color: #565656;
}

.accordion {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.accordion .label {
  transition: 0.3s ease;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #565656;
  font-weight: 300;
  width: 100%;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  position: relative;
}
.accordion .label::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .content {
  background-color: #ffffff;
  color: #2a386e;
  position: relative;
  transition: 0.5s ease;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  opacity: 0;
  height: 0;
}
.accordion .content .text-blog .txt-12 {
  color: rgb(81, 81, 81);
  font-weight: 300;
  margin-top: 12px;
}
.accordion .content .text-blog .txt-12 strong {
  margin-right: 12px;
}
.accordion .content .talim-acar {
  color: #2a386e;
}
.accordion .content img {
  width: 150px;
}
.accordion .box.active .content {
  padding: 10px;
  opacity: 1;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.accordion .box.active .label {
  background: #2a386e;
  color: #ffffff;
}
.accordion .box.active .label::before {
  content: "-";
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.slit-in-vertical {
  -webkit-animation: slit-in-vertical 0.45s ease-out both;
  animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
/*---------------#region Alert--------------- */
#dialogoverlay {
  display: none;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #707070;
  width: 100%;
  z-index: 10;
}

#dialogbox {
  display: none;
  position: absolute;
  background: rgb(0, 47, 43);
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
  transition: 0.3s;
  width: 40%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}

.container {
  padding: 2px 16px;
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */
.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div {
  background: #FFF;
  margin: 8px;
}

#dialogbox > div > #dialogboxhead {
  background: rgb(0, 77, 70);
  font-size: 19px;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#dialogbox > div > #dialogboxbody {
  background: rgb(0, 47, 43);
  padding: 20px;
  color: #FFF;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#dialogbox > div > #dialogboxfoot {
  background: rgb(0, 47, 43);
  padding: 10px;
  text-align: right;
}

.media-page {
  width: 100%;
  padding: 40px 0;
}
.media-page .media-page-in {
  width: 100%;
}
.media-page .media-page-in .top-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.media-page .media-page-in .media-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.media-page .media-page-in .media-main .play {
  width: 49%;
  height: 380px;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.media-page .media-page-in .media-main .play:hover::before {
  right: -100%;
}
.media-page .media-page-in .media-main .play::before {
  width: 700px;
  height: 800px;
  content: "";
  background: rgba(2, 11, 69, 0.281);
  position: absolute;
  transform: rotate(45deg);
  right: -30%;
  top: auto;
  transition: 0.3s;
}
.media-page .media-page-in .media-main .play img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-page .media-page-in .media-main .play .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  color: #ffffff;
  opacity: 0.7;
  font-size: 60px;
  transform: translate(-50%, -50%);
}
.media-page .media-page-in .media-main .play .play-btn:hover {
  opacity: 1;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

.blog-contact {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-contact .blog-in {
  padding: 24px 12px;
  width: 30%;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 650px) {
  .blog-contact .blog-in {
    width: 100%;
  }
}
.blog-contact .blog-in i {
  color: #2a386e;
  margin-right: 10px;
}
.blog-contact .blog-in .txt-14 {
  color: #555;
  width: 90%;
}

.recvizit .blog {
  margin-top: 24px;
}
.recvizit .txt-14 {
  margin-top: 10px;
  font-weight: 300;
  color: #333;
  text-align: center;
  width: 100%;
}

.news-page {
  width: 100%;
  padding: 50px 0;
  background: #ffffff;
}
.news-page .news-page-in {
  width: 100%;
}
.news-page .news-page-in .top-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page .news-page-in .my-swiper-news {
  width: 100%;
  margin-top: 30px;
}

.card-one {
  padding: 18px 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.card-one:hover .img img {
  transform: scale(1.1);
}
.card-one .txt-14 {
  font-weight: 200 !important;
  color: rgb(112, 112, 112);
}
.card-one .img {
  margin-top: 18px;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.card-one .img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}

.card-link {
  padding: 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e9e9e9;
}
.card-link:hover .section-text {
  color: #2a386e;
}
.card-link:hover img {
  transform: scale(1.02);
}
.card-link img {
  transition: 0.3s;
}
.card-link .section-text {
  color: #000000;
  transition: 0.3s;
  font-weight: 400;
  margin-top: 18px;
  text-align: center;
}

.section-text {
  color: rgb(44, 44, 44);
  font-weight: 400;
  margin-top: 18px;
}

.text-data {
  display: flex;
  align-items: center;
  color: rgb(42, 41, 41);
  font-weight: 300;
}
.text-data i {
  color: #2a386e;
  margin-right: 5px;
}

.bottom-bat {
  width: 100%;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-bat .batafsil-text {
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  position: relative;
  color: #000000;
  font-weight: 300;
  padding: 5px 0;
}
.bottom-bat .batafsil-text:hover::before {
  width: 100%;
}
.bottom-bat .batafsil-text i {
  margin-left: 8px;
  font-size: 12px;
}
.bottom-bat .batafsil-text::before {
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  background: #2a386e;
  left: 0;
  width: 0;
  transition: 0.3s ease;
}
.bottom-bat .txt-12 {
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 300;
}
.bottom-bat .txt-12 i {
  margin-right: 6px;
}

.top-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-nav .buttons {
  display: flex;
  align-items: center;
}
.top-nav .buttons .slider-btn {
  margin-left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav .buttons .slider-btn i {
  font-size: 18px;
}

.nav-text {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 0;
}
@media (max-width: 500px) {
  .nav-text {
    font-size: 18px;
  }
}
.nav-text::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  display: block;
  bottom: 0;
  left: 0;
  background: #2a386e;
}

.page-404 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.page-404 .page-in {
  width: 500px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  flex-direction: column;
}
@media (max-width: 650px) {
  .page-404 .page-in {
    width: 100%;
  }
}
.page-404 .page-in .text-black {
  font-size: 120px;
  text-align: center;
}
@media (max-width: 650px) {
  .page-404 .page-in .text-black {
    font-size: 70px;
  }
}
.page-404 .page-in .txt-32 {
  text-align: center !important;
}
.page-404 .page-in .txt-32::after {
  left: 50%;
  transform: translateX(-50%);
}
.page-404 .page-in .glavni-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.default-page {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}
.default-page .default-page-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.default-page .default-page-in .sidebar {
  width: 24%;
}
@media (max-width: 980px) {
  .default-page .default-page-in .sidebar {
    display: none;
  }
}
.default-page .default-page-in .sidebar ul {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.default-page .default-page-in .sidebar ul li {
  width: 100%;
}
.default-page .default-page-in .sidebar ul li.active .sidebar-in {
  color: #ffffff;
  background: #2a386e;
}
.default-page .default-page-in .sidebar ul li:hover .sidebar-in {
  color: #ffffff;
  background: #2a386e;
}
.default-page .default-page-in .sidebar ul li .sidebar-in {
  width: 100%;
  color: #2a386e;
  background: #ffffff;
  font-weight: 400;
  transition: 0.3s;
  height: 60px;
  padding: 18px 10px;
  display: flex;
  align-items: center;
}
.default-page .default-page-in .right-sec {
  width: 74.5%;
}
@media (max-width: 980px) {
  .default-page .default-page-in .right-sec {
    width: 100%;
  }
}

.nav-banner {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background: url("../img/png/qurilsh_bg_1920.jpg");
}
@media (max-width: 650px) {
  .nav-banner {
    padding: 50px 0;
  }
}
.nav-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(39, 48, 106, 0.873);
  z-index: 1;
}
.nav-banner .nav-banner-in {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.nav-banner .nav-banner-in .txt-42 {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
.nav-banner .nav-banner-in .bredrum {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.nav-banner .nav-banner-in .bredrum .txt-16 {
  color: #ffffff;
  font-weight: 300;
  margin: 0 3px;
}

.main-page {
  width: 100%;
  background: #ffffff;
  padding: 40px 0;
}
.main-page .main-page-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-page .main-page-in .card-one {
  width: 32.5%;
}
@media (max-width: 980px) {
  .main-page .main-page-in .card-one {
    width: 48.5%;
  }
}
@media (max-width: 650px) {
  .main-page .main-page-in .card-one {
    width: 100%;
  }
}

.pagination-bottom {
  width: 100%;
}
.pagination-bottom .pagination-in {
  padding: 30px 0;
  border-top: 1px solid grey;
  display: flex;
  align-items: center;
}
.pagination-bottom .pagination-in .pag-in {
  margin-right: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgb(179, 179, 179);
  color: #000000;
  transition: 0.3s;
  border-radius: 50%;
}
.pagination-bottom .pagination-in a:hover {
  color: #ffffff;
  background: #2a386e;
}

.card-rah {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #eeeeee;
  margin-top: 24px;
}
.card-rah:first-child {
  margin-top: 0;
}
.card-rah .rah-img {
  width: 280px;
  height: 100%;
}
.card-rah .text-blog {
  padding: 50px;
}
.card-rah .text-blog .txt-38 {
  font-weight: 100;
  color: #000000;
}
.card-rah .text-blog .txt-12 {
  margin-top: 18px;
  color: #808080;
  display: flex;
  align-items: center;
}
.card-rah .text-blog .txt-12 i {
  margin-right: 5px;
  color: rgba(31, 31, 31, 0.919);
}
.card-rah .text-blog .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.card-rah .text-blog .bottom a {
  margin: 10px;
}

.footer {
  width: 100%;
  background: #2a386e;
  padding: 50px 0;
}
.footer-in {
  width: 100%;
}
.footer-in .top-blog {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-in .top-blog .card-bl {
  width: 23.5%;
}
.footer-in .top-blog .card-bl .txt-16 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1350px) {
  .footer-in .top-blog .card-bl {
    width: 49%;
    margin-top: 24px;
  }
}
@media (max-width: 750px) {
  .footer-in .top-blog .card-bl {
    width: 100%;
    margin-top: 24px;
  }
}
.footer-in .top-blog .card-bl .logo {
  width: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .footer-in .top-blog .card-bl .logo {
    width: 250px;
  }
}
.footer-in .top-blog .card-bl .logo .logo-nav2 {
  width: 50px;
  margin-right: 10px;
}
.footer-in .top-blog .card-bl .logo .txt-16 {
  text-transform: uppercase;
  color: #ffffff;
}
.footer-in .blog {
  width: 400px;
}
@media (max-width: 650px) {
  .footer-in .blog {
    width: 100%;
  }
}
.footer-in .blog .txt-14 {
  color: rgba(255, 255, 255, 0.8);
}
.footer-in .blog a {
  transition: 0.2s;
  color: rgba(255, 255, 255, 0.8);
}
.footer-in .blog a:hover {
  opacity: 0.8;
}

.blog-inline {
  display: flex;
  align-items: center;
  margin-top: 20px;
  opacity: 0.8;
  transition: 0.3s ease;
}
.blog-inline:hover {
  opacity: 0.95;
}
.blog-inline i {
  font-size: 13px;
  color: #ffffff;
  margin-right: 8px;
}
.blog-inline .txt-12 {
  color: #ffffff;
  font-weight: 100;
  max-width: 280px;
  font-family: inherit;
}

.footer-bottom {
  width: 100%;
  padding: 18px 0;
  background: #25305c;
}
.footer-bottom .txt-12 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  width: 40%;
  font-family: inherit;
}

.poll li {
  padding: 3px 0;
  position: relative;
  width: 95%;
}

.poll label {
  width: 80%;
  color: rgba(255, 255, 255, 0.8);
}

.poll .glavni-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.poll .glavni-btn:hover {
  opacity: 0.8;
}

.poll input {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.poll .result-bar .chart {
  background-color: #15ae00;
  height: 2px;
  bottom: -2px;
  position: absolute;
}

.poll .result-bar {
  border-bottom: 2px solid #e3e3e3;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 22px;
  position: absolute;
  width: 100%;
  display: none;
  padding-top: 7px;
  text-align: right;
}

.poll_result .result-bar {
  display: block;
}

@media (max-width: 980px) {
  .table-res {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .table-res table {
    width: 1000px;
  }
  .navigation {
    width: 100%;
    padding: 10px 0;
  }
  .navigation .navigation-in .left-nav .logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 24px;
  }
  .navigation .navigation-in .left-nav .logo .logo-nav {
    width: 315px;
  }
  .navigation .navigation-in .left-nav .call {
    display: none;
  }
  .navigation .navigation-in .right-nav {
    display: none;
  }
  #hamburger {
    display: flex;
  }
  .menu-bar {
    display: none;
  }
  .footer-bottom {
    width: 100%;
    padding: 18px 0;
    background: #25305c;
  }
  .footer-bottom .txt-12 {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    width: 80%;
    font-family: inherit;
  }
}
@media (max-width: 650px) {
  .navigation {
    width: 100%;
    padding: 10px 0;
  }
  .navigation .navigation-in .left-nav .logo {
    width: 270px;
    margin-right: 24px;
  }
  .navigation .navigation-in .left-nav .logo .logo-nav {
    width: 180px;
  }
  .navigation .navigation-in .left-nav .call {
    display: none;
  }
  .navigation .navigation-in .right-nav {
    display: none;
  }
  .main-content {
    padding: 50px 0;
  }
  .main-content .main-content-in .logo-nav2 {
    width: 100px;
    margin-bottom: 24px;
  }
  .main-content .main-content-in .txt-20 {
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 300px;
  }
  .news-page {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
  }
  .news-page .news-page-in {
    width: 100%;
  }
  .news-page .news-page-in .top-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news-page .news-page-in .my-swiper-news {
    width: 100%;
    margin-top: 15px;
  }
  .card-one {
    padding: 12px 0;
  }
  .card-one .img {
    height: 170px;
  }
  .statistika {
    padding: 50px 0;
  }
  .statistika .statistika-in .main-blog .card-statistika {
    margin: 18px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .statistika .statistika-in .main-blog .card-statistika .txt-38 {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
    color: #ffffff;
  }
  .statistika .statistika-in .main-blog .card-statistika .txt-42 {
    display: flex;
    flex-direction: column;
    margin-right: 24px;
    color: #ffffff;
  }
  .statistika .statistika-in .main-blog .card-statistika .left-sec {
    color: #ffffff;
    width: 100%;
    margin-top: 18px;
    font-weight: 400;
  }
  .xizmatlar {
    padding: 50px 0;
  }
  .xizmatlar .xizmatlar-in {
    width: 100%;
  }
  .xizmatlar .xizmatlar-in .nav-text {
    color: #ffffff;
  }
  .xizmatlar .xizmatlar-in .nav-text::after {
    background: #ffffff;
  }
  .xizmatlar .xizmatlar-in .main-blog {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .xizmatlar .xizmatlar-in .main-blog .card-xizmatlar {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 24px;
    transition: 0.3s ease;
  }
  .xizmatlar .xizmatlar-in .main-blog .card-xizmatlar:hover {
    transform: translateY(-10px);
  }
  .xizmatlar .xizmatlar-in .main-blog .card-xizmatlar img {
    width: 80px;
    margin-right: 0px;
  }
  .xizmatlar .xizmatlar-in .main-blog .card-xizmatlar .left-sec {
    color: #ffffff;
    margin-top: 18px;
    text-align: center;
    width: 100%;
    font-weight: 400;
  }
  .footer-bottom {
    width: 100%;
    padding: 18px 0;
    background: #25305c;
  }
  .footer-bottom .txt-12 {
    text-align: center;
    width: 100%;
    font-family: inherit;
  }
  .card-rah {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-top: 24px;
  }
  .card-rah:first-child {
    margin-top: 0;
  }
  .card-rah .rah-img {
    width: 200px;
    margin-top: 12px;
    height: 100%;
  }
  .card-rah .text-blog {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card-rah .text-blog .txt-38 {
    font-weight: 100;
    color: #000000;
    text-align: center;
  }
  .card-rah .text-blog .txt-12 {
    margin-top: 18px;
    color: #808080;
    display: flex;
    align-items: center;
  }
  .card-rah .text-blog .txt-12 i {
    margin-right: 5px;
    color: rgba(31, 31, 31, 0.919);
  }
  .card-rah .text-blog .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .card-rah .text-blog .bottom a {
    margin: 12px 24px;
  }
}/*# sourceMappingURL=main.css.map */