@font-face {
  font-family: "Font";
  src: url("/fonts/Font.otf") format("opentype");
}

@font-face {
  font-family: "FontBold";
  src: url("/fonts/FontBold.otf") format("opentype");
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 22pt;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "FontBold", sans-serif;
}

h6,
p,
span,
td,
th {
  font-family: "Font", sans-serif;
}

h1 {
  font-size: 26pt;
}

h2 {
  font-size: 20pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

h5 {
  font-size: 12pt;
}

p,
span,
td,
th {
  font-size: 12pt;
  color: #595959;
  line-height: 20pt;
}

@media (max-width: 768px) {
  h1 {
    font-size: 20pt;
  }

  h2 {
    font-size: 16pt;
  }

  h3 {
    font-size: 14pt;
  }

  h4 {
    font-size: 11pt;
  }

  p,
  span {
    font-size: 10pt;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-family: "Font";
  font-size: 12pt;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .container {
    width: 100%;
    margin: 0;
    padding: 0 20px !important;
  }
}

.button {
  padding: 16px 26px;
  color: #fff;
  background-color: #0f56c6;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  transition: 0.4s ease-in;
  display: inline-block;
  font-family: "FontBold";
}

.button:hover {
  box-shadow: 5px 5px 15px rgba(17, 39, 71, 0.4);
  transition: 0.4s ease-out;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(15, 86, 198, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}

#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 14px;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(15, 86, 198, 0.9);
}

#return-to-top:hover img {
  top: 8px;
}

section.navigation {
  box-shadow: 0 2px 2px rgba(114, 114, 114, 0.3);
  background-color: #fff;
  /* menu */
  /* menu icon */
  /* menu btn */
  /* 48em = 768px */
}

section.navigation .flex-container {
  padding: 10px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

@media (max-width: 991.98px) {
  section.navigation .flex-container {
    flex-flow: column nowrap;
    justify-content: center;
  }
}

section.navigation img {
  width: 100px;
  height: 105px;
  background-color: #fff;
}

section.navigation .flex-item {
  background: #fff;
  display: flex;
  flex: 4;
  justify-content: center;
  padding: 0 75px;
}

@media (max-width: 1199.98px) {
  section.navigation .flex-item {
    padding: 0;
  }
}

section.navigation h1,
section.navigation h5,
section.navigation h3 {
  color: #0f56c6;
  align-items: center;
  text-align: center;
}

section.navigation h1 {
  line-height: 30pt;
}

section.navigation h5 {
  line-height: 18pt;
}

section.navigation #navbar {
  background-color: #fff;
  width: 100%;
  height: auto;
  z-index: 3;
  display: grid;
  transition: top 0.6s ease;
}

section.navigation #navbar ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  section.navigation #navbar ul {
    padding: 0;
    display: block;
  }
}

section.navigation #navbar a {
  display: block;
  color: #595959;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s ease;
}

section.navigation #navbar a:hover {
  background-color: #0f56c6;
  color: #fff;
  transition: 0.3s ease;
}

section.navigation .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

section.navigation .menu-icon {
  cursor: pointer;
  float: right;
  display: block;
  padding: 35px 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

section.navigation .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

section.navigation .menu-icon .navicon:before,
section.navigation .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

section.navigation .menu-icon .navicon:before {
  top: 5px;
}

section.navigation .menu-icon .navicon:after {
  top: -5px;
}

section.navigation .menu-btn {
  display: none;
}

section.navigation .menu-btn:checked ~ .menu {
  max-height: 100%;
}

section.navigation .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

section.navigation .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section.navigation .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
section.navigation .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 900px) {
  section.navigation li {
    float: left;
  }

  section.navigation li a {
    padding: 20px 30px;
  }

  section.navigation .menu {
    clear: none;
    float: right;
    max-height: none;
  }

  section.navigation .menu-icon {
    display: none;
  }
}

#owl_main {
  /*     @include media-breakpoint-down(sm) {
          display: none;
      } */
}

#owl_main img {
  display: block;
  height: auto;
  width: 100%;
}

#owl_main .slider {
  background-color: #f7f7f7;
}

#owl_main .slider.new-slider-el {
  position: relative;
}

#owl_main .slider.new-slider-el::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0f56c6;
  background: linear-gradient(90deg, #0f56c6 0%, rgba(15, 86, 198, 0.4037990196) 42%, rgba(15, 86, 198, 0) 100%);
}

#owl_main .content {
  position: absolute;
  top: 28%;
  left: 18%;
  padding: 30px;
  width: 40%;
  z-index: 1;
}

#owl_main .content h1 {
  line-height: 36pt;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  #owl_main .content {
    display: none;
  }
}

#owl_main .owl-dots {
  display: none;
}

#second-banner {
  padding: 50px 0;
}

#second-banner h2 {
  color: #fff;
}

#second-banner .owl-carousel {
  display: flex;
  margin-top: 40px;
  padding: 0 80px;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  #second-banner .owl-carousel {
    padding: 0;
    flex-flow: row wrap;
  }
}

#second-banner .owl-carousel .item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991.98px) {
  #second-banner .owl-carousel .item {
    width: 45%;
    flex: none;
  }

  #second-banner .owl-carousel .item:nth-child(1),
  #second-banner .owl-carousel .item:nth-child(2) {
    margin-bottom: 30px;
  }
}

#second-banner .owl-carousel img {
  width: 80px;
  height: 80px;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  background-color: #0f56c6;
  border: 1px solid;
  border-radius: 100%;
  border-color: #fff;
  padding: 15px;
}

#second-banner .owl-carousel p {
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 991.98px) {
  #second-banner .owl-carousel p {
    text-align: center;
  }
}

section.news-box {
  padding: 50px 0;
}

section.news-box .flex-container {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  section.news-box .flex-container {
    flex-flow: column wrap;
  }
}

section.news-box .flex-item {
  margin-right: 50px;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  flex: 1;
  transition: 0.6s ease;
}

section.news-box .flex-item:nth-last-child(1) {
  margin-right: 0;
}

section.news-box .flex-item:hover {
  box-shadow: 5px 5px 15px rgba(17, 39, 71, 0.4);
  transition: 0.6s ease;
}

@media (max-width: 991.98px) {
  section.news-box .flex-item {
    margin: 0 0 30px 0;
  }

  section.news-box .flex-item:nth-last-child(1) {
    margin: 0;
  }
}

section.news-box img {
  width: 100%;
}

section.news-box h3 {
  padding: 20px;
  text-align: justify;
}

section.news-box p {
  padding: 0 20px 20px;
  text-align: justify;
}

section.contact-info {
  background-color: #fff;
  padding: 50px 0;
}

section.contact-info .flex-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  section.contact-info .flex-container {
    flex-flow: column wrap;
  }
}

section.contact-info .flex-item {
  margin-right: 200px;
}

@media (max-width: 991.98px) {
  section.contact-info .flex-item {
    margin: 0 0 30px 0;
  }

  section.contact-info .flex-item:nth-last-child(1) {
    margin: 0;
  }
}

section.contact-info .flex-item h3 {
  color: #0f56c6;
  padding: 10px 0;
}

section.contact-info .flex-item a {
  text-decoration: none;
  color: #595959;
}

section.contact-info .flex-item p {
  padding: 5px 0;
  text-align: justify;
}

section.footer {
  background-color: #0f56c6;
  padding: 15px 0;
}

section.footer .flex-container {
  display: flex;
  justify-content: space-between;
}

section.footer .flex-container .flex-item {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  section.footer .flex-container {
    flex-flow: column wrap;
  }
}

@media (max-width: 991.98px) {
  section.footer .flex-item:nth-last-child(1) {
    margin-top: 15px;
  }
}

section.footer p {
  color: #fff;
  font-size: 9pt;
  line-height: 19pt;
}

section.footer a {
  color: #fff;
  font-size: 11pt;
  font-family: "FontBold";
  line-height: 19pt;
}

section.tab_main {
  background-color: #0f56c6;
  padding: 50px 0;
}

section.tab_main .flex-container {
  display: flex;
  padding: 25px 0 0;
}

@media (max-width: 991.98px) {
  section.tab_main .flex-container {
    flex-flow: column wrap;
  }
}

section.tab_main .flex-item {
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  section.tab_main .flex-item {
    margin-right: 0;
  }
}

section.tab_main img {
  width: 300px;
  height: 200px;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
}

@media (max-width: 991.98px) {
  section.tab_main img {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
}

section.tab_main p {
  color: #fff;
  text-align: justify;
}

@media (max-width: 991.98px) {
  section.tab_main ul {
    display: flex;
    flex-flow: column wrap;
  }
}

section.tab_main .tabs li {
  float: left;
  width: 25%;
  list-style: none;
  border-bottom: 3px solid #0f56c6;
}

@media (max-width: 991.98px) {
  section.tab_main .tabs li {
    width: 100%;
  }
}

section.tab_main .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "FontBold";
  font-size: 14pt;
  color: #fff;
  padding: 20px 28px;
  transition: 0.4s ease-in;
  background-color: #0d4cae;
}

section.tab_main .tabs a:hover,
section.tab_main .tabs a.active {
  transition: 0.4s ease-out;
  background-color: #f7f7f7;
  color: #0f56c6;
}

section.tab_main .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

section.banner {
  background-color: #0f56c6;
}

section.banner .flex-container {
  display: flex;
  justify-content: space-between;
  padding: 75px 0;
  justify-content: center;
}

section.banner .flex-container h1 {
  color: #fff;
  letter-spacing: 5pt;
}

@media (max-width: 991.98px) {
  section.banner .flex-container h1 {
    letter-spacing: 3pt;
    text-align: center;
    line-height: 34pt;
  }
}

section.information {
  background: #f7f7f7;
}

section.information .container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  section.information .container {
    flex-flow: column wrap;
  }
}

section.information .flex-item {
  margin-right: 50px;
}

section.information .flex-item:nth-last-child(1) {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  section.information .flex-item {
    margin-right: 0;
  }
}

section.information .flex-item .text {
  padding: 10px 0;
}

section.information .flex-item .text p {
  line-height: 40px;
  position: relative;
  text-align: justify;
}

@media (max-width: 1199.98px) {
  section.information .flex-item .text p {
    line-height: 30px;
  }
}

section.information .flex-item .text .check {
  padding-left: 25px;
}

section.information .flex-item .text .check::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/check.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 10px;
  position: absolute;
  color: #0f56c6;
}

section.information .flex-item .text .minus {
  padding-left: 25px;
}

section.information .flex-item .text .minus::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/minus.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 10px;
  position: absolute;
  color: #0f56c6;
}

section.information .flex-item h4 {
  padding: 20px 0 10px;
}

section.information .flex-item .second-box {
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  border-top: 5px solid #0f56c6;
  padding: 0 20px 10px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 34%;
}

section.information .flex-item .second-box h3 {
  padding: 15px 0 10px;
  color: #0f56c6;
}

section.information .flex-item .second-box .second-box-block {
  border-bottom: 1px solid #f7f7f7;
}

section.information .flex-item .second-box .second-box-block:nth-last-child(1) {
  border-bottom: transparent;
}

section.information .flex-item .second-box .second-box-block p {
  padding: 3px 0;
  font-size: 10pt;
}

section.information .flex-item .second-box .title {
  padding: 15px 0 10px;
  font-size: 9pt;
  color: #9a9a9a;
}

section.information .flex-item .box {
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  margin-bottom: 50px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 3%;
}

@media (max-width: 1199.98px) {
  section.information .flex-item .box {
    position: relative;
  }
}

section.information .flex-item .box .box-item {
  padding: 15px 20px;
  border-bottom: 3px solid #0f56c6;
  transition: 0.3s ease;
  color: #595959;
  font-family: "Font";
  font-size: 11pt;
}

section.information .flex-item .box .box-item:nth-last-child(1) {
  border-bottom: transparent;
}

section.information .flex-item .box .box-item:hover {
  background-color: #0f56c6;
  color: #fff;
  transition: 0.3s ease;
}

section.meyilnama {
  background-color: #f7f7f7;
  padding: 50px 0;
}

section.meyilnama img {
  float: left;
  width: 600px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  margin-top: 4px;
}

@media (max-width: 1199.98px) {
  section.meyilnama img {
    width: 100%;
    height: auto;
  }
}

section.meyilnama .text {
  text-align: justify;
  line-height: 24pt;
}

section.tab_meyilnama {
  background-color: #f7f7f7;
  padding: 0 0 50px;
}

section.tab_meyilnama .container {
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  background-color: #fff;
}

section.tab_meyilnama .flex-container {
  display: flex;
  padding: 25px 0;
}

section.tab_meyilnama .tabs li {
  float: left;
  width: 25%;
  list-style: none;
  border-bottom: 3px solid #0f56c6;
  background-color: #f7f7f7;
}

@media (max-width: 1199.98px) {
  section.tab_meyilnama .tabs li {
    width: 100%;
  }
}

section.tab_meyilnama .tabs a {
  color: #595959;
  display: block;
  text-align: center;
  font-family: "FontBold";
  font-size: 14pt;
  padding: 20px 0;
  transition: 0.4s ease-in;
  text-decoration: none;
  background-color: #f7f7f7;
}

section.tab_meyilnama .tabs a:hover,
section.tab_meyilnama .tabs a.active {
  text-decoration: none;
  color: #fff;
  background-color: #0f56c6;
  transition: 0.4s ease-out;
}

section.tab_meyilnama .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

section.tab_meyilnama .tab-container {
  padding: 30px;
}

@media (max-width: 1199.98px) {
  section.tab_meyilnama .tab-container {
    padding: 30px 0;
  }
}

section.tab_meyilnama .silent {
  color: #9a9a9a;
  display: inline-block;
  font-style: italic;
}

section.tab_meyilnama h3 {
  text-align: center;
  margin-bottom: 10px;
}

section.tab_meyilnama h5 {
  color: #595959;
  margin: 10px 0;
}

section.tab_meyilnama p {
  margin-bottom: 7px;
  color: #595959;
  position: relative;
  text-align: justify;
}

section.tab_meyilnama .ders {
  margin: 30px 0 10px;
}

section.tab_meyilnama .check {
  padding-left: 25px;
}

section.tab_meyilnama .check::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/check.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 5px;
  position: absolute;
  color: #0f56c6;
}

section.accordions ul {
  list-style-type: none;
}

section.accordions .accordion {
  width: 100%;
  margin: 0px auto 20px;
  background: #f7f7f7;
}

section.accordions .accordion .link {
  cursor: pointer;
  display: block;
  padding: 18px 15px 10px;
  color: #000;
  text-align: left;
  font-size: 12pt;
  line-height: 18pt;
  position: relative;
  transition: all 0.4s ease;
  border-bottom: 1px solid #9a9a9a;
}

section.accordions .submenu {
  display: none;
  background: #f7f7f7;
  font-size: 14px;
  padding: 0;
  margin: 0 40px;
}

section.contact_map .leaflet-popup-content-wrapper {
  background: rgba(15, 86, 198, 0.9) !important;
  color: #fff !important;
  width: 100px;
  font-size: 10pt;
}

section.contact_map .leaflet-popup-content {
  text-align: center;
  margin: 5px 15px !important;
}

section.contact_map .leaflet-popup-tip-container,
section.contact_map .leaflet-popup-close-button {
  display: none;
}

section.contact_map .map_style {
  height: 650px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  section.contact_map .map_style {
    height: 300px;
  }
}

section.contacts {
  background-color: #f7f7f7;
  padding: 50px 0;
}

section.contacts .flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  section.contacts .flex-container {
    flex-flow: column nowrap;
  }
}

section.contacts .flex-item {
  display: flex;
  flex-flow: column wrap;
  padding: 30px;
  flex: none;
  background-color: #fff;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  width: 32%;
  border-top: 5px solid #0f56c6;
}

@media (max-width: 991.98px) {
  section.contacts .flex-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

section.contacts h4 {
  margin-bottom: 20px;
}

section.contacts p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 36px;
}

@media (max-width: 991.98px) {
  section.contacts p {
    line-height: 26px;
    padding-bottom: 10px;
  }
}

section.contacts img {
  width: 22px;
  height: auto;
  margin-right: 10px;
}

section.hostel {
  background: #f7f7f7;
}

section.hostel .flex-container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

@media (max-width: 991.98px) {
  section.hostel .flex-container {
    flex-flow: column wrap;
  }
}

section.hostel .flex-container:nth-last-child(1) {
  padding-top: 0;
}

section.hostel .flex-item {
  display: flex;
  margin-right: 50px;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  flex: 1;
}

@media (max-width: 991.98px) {
  section.hostel .flex-item {
    margin: 0;
  }
}

section.hostel .flex-item:nth-last-child(1) {
  margin-right: 0px;
}

section.hostel img {
  width: 100%;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  border: 10px solid #fff;
}

section.hostel p {
  font-size: 12pt;
  line-height: 35px;
  text-align: justify;
}

section.hostel h3 {
  text-align: center;
  padding: 10px 0;
}

section.specialty {
  padding: 50px 0 0;
}

section.specialty .flex-container {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  section.specialty .flex-container {
    flex-flow: column nowrap;
  }
}

section.specialty flex-item {
  display: flex;
  margin-right: 50px;
  flex: 1;
}

section.specialty flex-item:nth-last-child(1) {
  margin-right: 0px;
}

section.specialty h3 {
  text-align: center;
  padding: 0 250px;
}

@media (max-width: 991.98px) {
  section.specialty h3 {
    padding: 0;
  }
}

section.specialty p {
  line-height: 40px;
  font-size: 12pt;
}

section.specialty p:before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/check.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  margin-right: 10px;
  color: #0f56c6;
}

section.news {
  padding: 50px 0;
  background-color: #f7f7f7;
}

section.news .flex-container {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
}

section.news .flex-item {
  display: flex;
  margin-right: 50px;
}

section.news .flex-item:nth-last-child(1) {
  margin-right: 0px;
}

section.news h1 {
  line-height: 36pt;
}

section.news img {
  width: 100%;
  padding: 20px 0;
}

section.news .date {
  color: #0f56c6;
  display: flex;
  flex-direction: row;
  align-items: center;
}

section.news .calendar {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

section.news .newsbox {
  padding: 0 20px;
}

section.news .newsbox p {
  line-height: 34px;
  position: relative;
  text-align: justify;
  margin-top: 20px;
  text-indent: 24pt;
}

@media (max-width: 1199.98px) {
  section.news .newsbox p {
    line-height: 30px;
  }
}

section.news .newsbox .check {
  padding-left: 25px;
  margin-top: 0;
  text-indent: 0;
}

section.news .newsbox .check::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/check.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 10px;
  position: absolute;
  color: #0f56c6;
}

section.news .newsbox .minus {
  padding-left: 25px;
  margin-top: 0;
  text-indent: 0;
}

section.news .newsbox .minus::before {
  display: inline-block;
  content: "";
  background-image: url("/img/icons/minus.svg");
  background-size: 18px 20px;
  height: 20px;
  width: 18px;
  left: 0;
  top: 10px;
  position: absolute;
  color: #0f56c6;
}

section.news .newsbox .new-content.content img {
  width: 100%;
}

section.news .newsbox .new-content.content .images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

section.news .newsbox .new-content.content .images img {
  flex: 1;
  width: 45%;
  padding: 0;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
}

section.news .newsbox .new-content.content .images img:nth-child(1) {
  margin-right: 30px;
}

section.news .newsbox .new-content.content .gallery {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

section.news .newsbox .new-content.content .gallery a {
  display: flex;
  width: 48%;
  padding: 0;
  margin-bottom: 30px;
}

section.news .newsbox .new-content.content .left {
  float: left;
  margin-right: 20px;
  width: 50%;
  height: auto;
  margin-top: 6px;
  padding: 0;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
}

section.news .newsbox .new-content.content .right {
  float: right;
  margin-left: 20px;
  width: 50%;
  height: auto;
  margin-top: 6px;
  padding: 0;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
}

section.news a {
  text-decoration: none;
}

section.news .listbox h2 {
  color: #9a9a9a;
}

section.news .listbox .boxes {
  display: flex;
  flex-direction: column;
}

section.news .listbox a {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

section.news .listbox a:hover {
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  transition: 0.3s ease;
}

section.news .listbox p {
  padding: 0 10px;
  line-height: 30px;
  text-align: left;
}

section.habarlar {
  background-color: #f7f7f7;
  padding: 50px 0;
}

section.habarlar .flex-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199.98px) {
  section.habarlar .flex-container {
    flex-flow: column wrap;
  }
}

section.habarlar .flex-item {
  display: flex;
  margin-right: 50px;
  flex-direction: column;
}

section.habarlar .flex-item:nth-last-child(1) {
  margin-right: 0px;
}

@media (max-width: 1199.98px) {
  section.habarlar .flex-item {
    margin: 0 0 30px 0;
  }
}

section.habarlar .box {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 50px;
}

section.habarlar .box:nth-last-child(1) {
  margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
  section.habarlar .box {
    flex-direction: column;
  }
}

section.habarlar .img {
  width: 360px;
  height: 240px;
  margin-right: 30px;
}

@media (max-width: 1199.98px) {
  section.habarlar .img {
    width: 100%;
    height: auto;
  }
}

section.habarlar .date {
  color: #0f56c6;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

section.habarlar .calendar {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

section.habarlar .content {
  display: flex;
  flex-direction: column;
}

section.habarlar h4 {
  margin-bottom: 10px;
}

section.habarlar p {
  font-size: 11pt;
}

section.habarlar a {
  color: #0f56c6;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12pt;
  font-family: "FontBold";
}

section.habarlar .second-box {
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  border-top: 5px solid #0f56c6;
  padding: 0 20px 10px;
  overflow: auto;
  background-color: #fff;
}

section.habarlar .second-box h3 {
  padding: 20px 0;
  color: #0f56c6;
}

section.habarlar .second-box .second-box-block {
  border-bottom: 1px solid #f7f7f7;
}

section.habarlar .second-box .second-box-block:nth-last-child(1) {
  border-bottom: transparent;
}

section.habarlar .second-box .second-box-block p {
  padding: 7px 0;
  font-size: 10pt;
}

section.habarlar .second-box .title {
  padding: 15px 0 10px;
  font-size: 9pt;
  color: #9a9a9a;
}

section.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

section.pagination ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: #fff;
  box-shadow: 2px 3px 8px rgba(17, 39, 71, 0.3);
  border-radius: 10px;
}

section.pagination ul:nth-last-child(1) {
  padding: 10px 20px;
  margin: 0;
}

section.pagination li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  padding: 0 5px;
  width: auto;
  margin: 0;
}

section.pagination li:before {
  content: "";
}

section.pagination li:nth-last-child(1) a {
  background: #f2f2f2;
}

section.pagination .disabled a,
section.pagination .disabled p {
  background: none;
  color: #d9d9d9;
}

section.pagination .disabled a:hover,
section.pagination .disabled p:hover {
  background: none;
  border: none;
}

section.pagination .active a {
  background: #0f56c6;
  color: #fff;
}

section.pagination .active a:hover {
  background: #0b4197;
}

section.pagination a,
section.pagination p {
  color: #9a9a9a;
  padding: 4px 10px;
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid #fff;
  margin: 0;
}

section.pagination a:hover,
section.pagination p:hover {
  border: 1px solid #0b4197;
  transition: 0.5s;
}

#news-table {
  width: 100%;
}

#news-table th {
  font-family: "FontBold", sans-serif;
}

#news-table td {
  padding-left: 5px;
  padding-right: 5px;
}

#news-table th,
#news-table td {
  vertical-align: baseline;
}

.news-container-outer {
  background-color: #f7f7f7;
  background-image: url("/img/c3.png");
  background-position: bottom;
  background-color: #f7f7f7;
  background-size: cover;
}

.news-container h1 {
  color: #0f56c6;
  margin-bottom: 23px;
}

.news-container .news-content {
  display: flex;
  justify-content: space-between;
  min-height: 631px;
  position: relative;
}

.news-container .news-content .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
  .news-container .news-content {
    flex-direction: column;
  }
}

.news-container .news-content .col-1 {
  width: 26%;
}

@media (max-width: 1199.98px) {
  .news-container .news-content .col-1 {
    width: 100%;
    display: flex;
  }
}

.news-container .news-content .col-1 p {
  background-color: #F1F1F1;
  font-size: 20px;
  color: #8A8A8A;
  outline: 1px solid #E9E9E9;
  padding: 13px 40px;
  cursor: pointer;
  transition: 0.3s all ease;
}

@media (max-width: 1199.98px) {
  .news-container .news-content .col-1 p {
    width: 25%;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .news-container .news-content .col-1 p {
    font-size: 14px;
    padding: 10px;
  }
}

.news-container .news-content .col-1 p:hover {
  color: #fff;
  background-color: #0f56c6;
}

.news-container .news-content .col-1 p.active {
  color: #fff;
  background-color: #0f56c6;
}

.news-container .news-content .col-2 {
  width: 69%;
}

@media (max-width: 1199.98px) {
  .news-container .news-content .col-2 {
    width: 100%;
  }
}

.news-container .news-content .col-2 .news-card {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
  .news-container .news-content .col-2 .news-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-container .news-content .col-2 .news-card {
    flex-direction: column;
    align-items: center;
  }
}

.news-container .news-content .col-2 .news-card .category-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  background-color: #0f56c6;
  color: #fff;
  font-size: 18px;
}

.news-container .news-content .col-2 .news-card img {
  display: block;
  width: 303px;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news-container .news-content .col-2 .news-card .col-2 {
  width: calc(100% - 303px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .news-container .news-content .col-2 .news-card .col-2 {
    width: 100%;
    margin-top: 15px;
  }
}

.news-container .news-content .col-2 .news-card .col-2 .date {
  font-size: 16px;
  color: #8A8A8A;
}

.news-container .news-content .col-2 .news-card .col-2 .title {
  font-size: 20px;
}

.news-container .news-content .col-2 .news-card .col-2 p {
  font-size: 16px;
}

.news-container .news-content .col-2 .news-card .col-2 .card-link {
  display: flex;
  justify-content: flex-end;
}

.news-container .news-content .col-2 .news-card .col-2 .card-link a {
  font-size: 16px;
  font-family: "Font", sans-serif;
  color: #0f56c6;
  margin-right: 20px;
  transition: 0.3s all ease;
}

.news-container .news-content .col-2 .news-card .col-2 .card-link a:hover {
  color: #8A8A8A;
  margin-right: 10px;
}

.category-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.category-tabs p {
  background-color: #F1F1F1;
  font-size: 20px;
  color: #8A8A8A;
  outline: 1px solid #E9E9E9;
  padding: 13px 40px;
  cursor: pointer;
  transition: 0.3s all ease;
}

@media (max-width: 1199.98px) {
  .category-tabs p {
    width: 25%;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .category-tabs p {
    font-size: 14px;
    padding: 10px;
  }
}

.category-tabs p:hover {
  color: #fff;
  background-color: #0f56c6;
}

.category-tabs p.active {
  color: #fff;
  background-color: #0f56c6;
}

.category-tabs.fixed-category-tabs {
  position: fixed;
  top: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .category-tabs.fixed-category-tabs {
    width: 100%;
  }
}

.news-page-new .news-card {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 1199.98px) {
  .news-page-new .news-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-page-new .news-card {
    flex-direction: column;
    align-items: center;
  }
}

.news-page-new .news-card .category-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  background-color: #0f56c6;
  color: #fff;
  font-size: 18px;
}

.news-page-new .news-card img {
  display: block;
  width: 303px;
  height: 206px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 575.98px) {
  .news-page-new .news-card img {
    width: 100%;
    max-width: 303px;
  }
}

.news-page-new .news-card .col-2 {
  width: calc(100% - 303px - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .news-page-new .news-card .col-2 {
    width: 100%;
    margin-top: 15px;
  }
}

.news-page-new .news-card .col-2 .date {
  font-size: 16px;
  color: #8A8A8A;
}

.news-page-new .news-card .col-2 .title {
  font-size: 20px;
  padding-bottom: 20px;
}

.news-page-new .news-card .col-2 p {
  font-size: 16px;
}

.news-page-new .news-card .col-2 .card-link {
  display: flex;
  justify-content: flex-end;
}

.news-page-new .news-card .col-2 .card-link a {
  font-size: 16px;
  font-family: "Font", sans-serif;
  color: #0f56c6;
  margin-right: 20px;
  transition: 0.3s all ease;
}

.news-page-new .news-card .col-2 .card-link a:hover {
  color: #8A8A8A;
  margin-right: 10px;
}

.loader-2 {
  position: relative;
}

.loader-2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.new-about-1-bg {
  background-image: url("/img/c2.png");
  background-position: bottom;
  background-color: #f7f7f7;
  background-size: contain;
}

.new-about-1-bg .new-about-1 .new-tips {
  background-color: #fff;
  max-width: 1124px;
  padding: 34px 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.12);
  transition: 0.6s ease-in;
}

@media (max-width: 991.98px) {
  .new-about-1-bg .new-about-1 .new-tips {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .new-about-1-bg .new-about-1 .new-tips {
    margin-top: 0px;
    transition: 0.3s ease-in;
  }
}

.new-about-1-bg .new-about-1 .new-tips .item {
  width: calc(100% / 4.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .new-about-1-bg .new-about-1 .new-tips .item {
    width: 40%;
    justify-content: flex-start;
    padding: 14px;
    min-width: 238px;
    box-sizing: border-box;
  }
}

@media (max-width: 575.98px) {
  .new-about-1-bg .new-about-1 .new-tips .item {
    margin-right: auto;
    margin-left: auto;
  }
}

.new-about-1-bg .new-about-1 .new-tips .item img {
  display: block;
  margin-right: 11px;
}

.new-about-1-bg .new-about-1 .new-tips .item p {
  font-size: 18px;
}

.new-about-1-bg .new-about-1 .new-tips .item p span {
  font-size: 18px;
  color: #0f56c6;
}

.new-about-1-bg .new-about-1 .new-tips.scrolled-new-tips {
  margin-top: -64px;
}

@media (max-width: 575.98px) {
  .new-about-1-bg .new-about-1 .new-tips.scrolled-new-tips {
    margin-top: -15px;
  }
}

@media (max-width: 575.98px) {
  .new-about-1-bg .new-about-1 .new-tips-big-devices {
    display: none;
  }
}

.new-about-1-bg .new-about-1 .new-tips-small-devices {
  display: none;
  max-height: 259px;
}

@media (max-width: 575.98px) {
  .new-about-1-bg .new-about-1 .new-tips-small-devices {
    display: block;
  }
}

.new-about-1-bg .new-about-1 .new-tips-small-devices .owl-carousel .owl-item img {
  width: unset;
}

.new-about-1-bg .new-about-1 .new-about-1-flex {
  display: flex;
  justify-content: space-between;
  padding: 82px 0 88px 0;
  align-items: center;
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-1 {
  width: 56%;
}

@media (max-width: 767.98px) {
  .new-about-1-bg .new-about-1 .new-about-1-flex .col-1 {
    width: 100%;
  }
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-1 h1 {
  color: #0f56c6;
  margin-bottom: 31px;
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-1 p {
  font-size: 18px;
  margin-bottom: 46px;
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-1 a {
  display: inline-block;
  background-color: #0f56c6;
  transition: 0.4s ease-in;
  color: #fff;
  padding: 15px 49px;
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-1 a:hover {
  background-color: #0b4197;
}

.new-about-1-bg .new-about-1 .new-about-1-flex .col-2 {
  width: 33%;
  display: block;
}

@media (max-width: 767.98px) {
  .new-about-1-bg .new-about-1 .new-about-1-flex .col-2 {
    display: none;
  }
}

@media only all and (max-width: 1920px) {
  .new-about-1-bg {
    background-size: cover;
  }
}

@media only all and (max-width: 1410px) {
  #owl_main .content {
    top: 20%;
  }
}

@media only all and (max-width: 1365px) {
  #owl_main .content h1 {
    font-size: 20px;
    line-height: 31px;
  }

  #owl_main .content h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

.new-owl {
  width: 300px !important;
  height: 200px;
}

@media (max-width: 991.98px) {
  .new-owl {
    margin: 0 auto 30px auto;
  }
}


.footer .flex-container .flex-item .counter__img {
  margin: 0px 5px 0px 0px;
  width: 20px;
}

.footer .flex-container .flex-item .counter {
  color: #fff;
}


