@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  font-family: 'Poppins', sans-serif;
}

header .modal {
  margin: 0;
  padding: 0;
}

header .modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

header .modal .modal-dialog .modal-content {
  background-color: #000000c0;
  border-radius: 0px;
}

header .modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .modal .modal-dialog .modal-content .modal-body .log_in .openaccbtn {
  background-color: orangered;
  color: #fff;
}

header .modal .modal-dialog .modal-content .modal-body .sign_in {
  display: none;
}

header .modal .modal-dialog .modal-content .modal-body form {
  display: block;
}

header .modal .modal-dialog .modal-content .modal-body form div {
  padding-bottom: 30px;
}

header .modal .modal-dialog .modal-content .modal-body form input {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 250px;
  border: none;
  border-bottom: 1px solid white;
  outline: 0;
  color: #ffffff;
  background: transparent;
  padding: 5px;
}

header .modal .modal-dialog .modal-content .modal-body form input:focus {
  outline: 0;
  background-color: transparent;
  border-bottom: 1px solid #962828;
}

header .modal .modal-dialog .modal-content .modal-body form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

header .modal .modal-dialog .modal-content .modal-body form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

header .modal .modal-dialog .modal-content .modal-body form .submit_btn {
  width: auto;
  padding: 5px 8px;
  border: 1px solid #962828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

header .modal .modal-dialog .modal-content .modal-body form .warn {
  margin-top: 15px;
}

header .container-fluid {
  padding: 0;
}

header .container-fluid .top_wrap {
  background-color: #246BA8;
}

header .container-fluid .top_wrap .container {
  display: block;
}

header .container-fluid .top_wrap .container .toplinks {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container-fluid .top_wrap .container .toplinks .top_left_box {
  display: none;
}

header .container-fluid .top_wrap .container .toplinks .top_left_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

header .container-fluid .top_wrap .container .toplinks .top_left_box ul li {
  padding-left: 5px;
  list-style: none;
  margin-right: 10px;
}

header .container-fluid .top_wrap .container .toplinks .top_left_box ul li a {
  text-decoration: none;
  color: #FFF3FF;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

@media all and (max-width: 992px) {
  header .container-fluid .top_wrap .container .toplinks .top_right_box {
    margin-left: auto;
  }
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang {
  position: relative;
  z-index: 1;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang:hover ul {
  opacity: 1;
  visibility: visible;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang p {
  cursor: pointer;
  padding-right: 5px;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang p svg {
  margin-right: 5px;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang ul {
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  position: absolute;
  width: 90px;
  top: 60%;
  background-color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang ul li {
  padding-left: 5px;
  list-style: none;
  border-top: 1px solid #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang ul li:hover {
  background-color: #00b7ff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang ul li:hover a {
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .lang ul li a {
  color: #000;
  text-decoration: none;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search {
  position: relative;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li .this_links3 {
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 330%;
  position: absolute;
  padding-left: 0;
  background-color: #246BA8;
}

@media all and (max-width: 992px) {
  header .container-fluid .top_wrap .container .toplinks .top_right_box .search {
    display: none;
  }
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search button {
  position: absolute;
  margin-left: -23px;
  background-color: #246BA8;
  border: none;
  color: #fff;
  padding: 0 3px;
  margin-top: 1px;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input {
  background-color: transparent;
  outline: 0;
  border: none;
  width: 200px;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:focus {
  background-color: #fff;
  border: 1px solid #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:focus::-webkit-input-placeholder {
  color: #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:focus:-ms-input-placeholder {
  color: #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:focus::-ms-input-placeholder {
  color: #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:focus::placeholder {
  color: #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input::-webkit-input-placeholder {
  padding-left: 90px;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input:-ms-input-placeholder {
  padding-left: 90px;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input::-ms-input-placeholder {
  padding-left: 90px;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .search input::placeholder {
  padding-left: 90px;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .login {
  margin-top: -2px;
  margin-left: 5px;
  padding-right: 5px;
  margin-top: -3px;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .login button {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  border: 1px solid #fff;
  padding: 3px;
  font-weight: 500;
  background-color: #246BA8;
  color: #fff;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .login button:hover {
  background-color: #fff;
  color: #246BA8;
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .mobile_nav_open {
  display: none;
  margin-top: -2px;
}

@media all and (max-width: 992px) {
  header .container-fluid .top_wrap .container .toplinks .top_right_box .mobile_nav_open {
    display: block;
  }
}

header .container-fluid .top_wrap .container .toplinks .top_right_box .mobile_nav_open button {
  background-color: transparent;
  border: none;
  color: #fff;
  margin-left: 10px;
  font-size: 20px;
}

header .container-fluid .main_wrap {
  background-color: #246BA8;
}

header .container-fluid .main_wrap .container .main_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .container-fluid .main_wrap .container .main_links .logo {
  position: absolute;
  padding-top: 7px;
  top: -58px;
  padding-bottom: 7px;
}

@media all and (max-width: 992px) {
  header .container-fluid .main_wrap .container .main_links .logo img {
    width: 50px !important;
  }
}

header .container-fluid .main_wrap .container .main_links .logo img {
  width: 110px;
}

header .container-fluid .main_wrap .container .main_links .qucik_links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 992px) {
  header .container-fluid .main_wrap .container .main_links .qucik_links {
    display: none;
  }
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li {
  padding: 15px 0;
  margin-left: 20px;
  font-size: 17px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li:hover svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li:hover ul {
  opacity: 1;
  visibility: visible;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li:hover a {
  color: #fff;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #ffffff;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li a svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 5px;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li ul {
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 150%;
  position: absolute;
  padding-left: 0;
  background-color: #246BA8;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li ul li {
  list-style-type: none;
  padding-left: 5px;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li ul li:hover {
  background-color: orangered;
}

header .container-fluid .main_wrap .container .main_links .qucik_links .quick_ul .modules_li ul li:hover a {
  color: #fff;
}

header .mobile_nav {
  display: none;
  position: relative;
}

header .mobile_nav .wrap {
  position: absolute;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .mobile_nav .wrap .mobile_ul {
  height: 100%;
  background-color: #427EB4;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
}

header .mobile_nav .wrap .mobile_ul .close {
  position: absolute;
  right: 5%;
  top: 1%;
  background-color: transparent;
  font-size: 40px;
  color: #fff;
}

header .mobile_nav .wrap .mobile_ul button {
  background-color: transparent;
  border: none;
  color: #fff;
  margin-top: 10px;
  padding: 8px 0;
}

header .mobile_nav .wrap .mobile_ul .about_page {
  margin-top: 10px;
}

header .mobile_nav .wrap .mobile_ul .about_page a {
  color: #fff;
  text-decoration: none;
}

header .mobile_nav .wrap .mobile_ul li {
  color: #fff;
  cursor: pointer;
  list-style: none;
}

header .mobile_nav .wrap .mobile_ul li ul {
  display: none;
  margin-left: 0;
  padding-left: 0;
}

header .mobile_nav .wrap .mobile_ul li ul li {
  padding: 5px 0;
}

header .mobile_nav .wrap .mobile_ul li ul li a {
  color: #e6f5ff;
  text-decoration: none;
}

.row {
  --bs-gutter-x: 0;
}

main {
  font-family: 'Poppins', sans-serif;
}

main #home_main .home_main {
  background: url("../assets/Header-bg.gif");
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}

main #news_main .container {
  padding: 20px 0;
}

main #news_main .container .title {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 992px) {
  main #news_main .container .title {
    padding: 20px 0 20px 10px;
  }
}

main #news_main .container .title h2 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

main #news_main .container .title p {
  margin-left: 10px;
  width: 200px;
  border-bottom: 1px solid #808080;
}

@media all and (max-width: 992px) {
  main #news_main .container .title p {
    width: 150px !important;
  }
}

@media all and (max-width: 992px) {
  main #news_main .container .row {
    display: block;
  }
  main #news_main .container .row .yangilik {
    width: 100% !important;
    margin-bottom: 20px !important;
    height: auto !important;
  }
  main #news_main .container .row .yangilik img {
    width: 100% !important;
  }
}

main #news_main .container .row .yangilik {
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  margin: 0 10px;
  height: 400px;
  width: 23%;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 2px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media all and (max-width: 992px) {
  main #news_main .container .row .yangilik {
    margin: 50px 0 !important;
    padding: 0 10px;
  }
}

main #news_main .container .row .yangilik:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

main #news_main .container .row .yangilik .news_img img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 180px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

main #news_main .container .row .yangilik .about {
  padding: 30px 10px;
}

main #news_main .container .row .yangilik .about .data_news {
  color: #808080;
  font-weight: 500;
}

main #news_main .container .row .yangilik .about h5 {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

main #news_main .container .row .yangilik .about a {
  text-decoration: none;
  color: #000;
}

main #learning {
  background: url("../assets/img3.jpg");
}

@media all and (max-width: 992px) {
  main #learning .computer_version {
    display: none;
  }
}

main #learning .computer_version .introduc {
  padding: 30px 0;
  text-align: center;
}

main #learning .computer_version .row {
  width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media all and (max-width: 992px) {
  main #learning .computer_version .row {
    width: 100%;
    display: block !important;
  }
  main #learning .computer_version .row .about {
    margin-top: 20px !important;
  }
}

main #learning .computer_version .row a {
  text-decoration: none;
  color: #000;
}

main #learning .computer_version .row .for_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #learning .computer_version .row .for_img .bigwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px dotted #04ffc9;
}

main #learning .computer_version .row .for_img .bigwrap .middlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #00ffc8;
}

main #learning .computer_version .row .for_img .bigwrap .middlewrap .smallwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border: 2px dotted #00ffb3;
}

main #learning .computer_version .row .for_img .bigwrap .middlewrap .smallwrap img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

main #learning .computer_version .row .about {
  text-align: center;
}

main #learning .computer_version .row2 {
  margin: 30px 0;
  width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main #learning .computer_version .row2 a {
  text-decoration: none;
  color: #000;
}

main #learning .computer_version .row2 .for_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #learning .computer_version .row2 .for_img .bigwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px dotted #87cdcf;
}

.qucik_links .quick_ul .modules_li .this_links3 {
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  width: 330%;
  position: absolute;
  padding-left: 0;
  background-color: #246BA8;
}

main #learning .computer_version .row2 .for_img .bigwrap .middlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #89c7c9;
}

main #learning .computer_version .row2 .for_img .bigwrap .middlewrap .smallwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border: 2px dotted #89bbbdcb;
}

main #learning .computer_version .row2 .for_img .bigwrap .middlewrap .smallwrap img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

main #learning .computer_version .row2 .about {
  text-align: center;
}

main #learning .computer_version .row3 {
  margin: 30px 0;
  width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main #learning .computer_version .row3 a {
  text-decoration: none;
  color: #000;
}

main #learning .computer_version .row3 .for_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #learning .computer_version .row3 .for_img .bigwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px dotted #FEDB29;
}

main #learning .computer_version .row3 .for_img .bigwrap .middlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #feda29ce;
}

main #learning .computer_version .row3 .for_img .bigwrap .middlewrap .smallwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border: 2px dotted #feda29d7;
}

main #learning .computer_version .row3 .for_img .bigwrap .middlewrap .smallwrap img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

main #learning .computer_version .row3 .about {
  text-align: center;
}

main #learning .computer_version .row4 {
  width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

main #learning .computer_version .row4 a {
  text-decoration: none;
  color: #000;
}

main #learning .computer_version .row4 .for_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #learning .computer_version .row4 .for_img .bigwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px dotted #ffc117;
}

main #learning .computer_version .row4 .for_img .bigwrap .middlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #f7cf09e0;
}

main #learning .computer_version .row4 .for_img .bigwrap .middlewrap .smallwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border: 2px dotted #fec529d7;
}

main #learning .computer_version .row4 .for_img .bigwrap .middlewrap .smallwrap img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

main #learning .computer_version .row4 .about {
  text-align: center;
}

main #learning .mob_version {
  display: none;
  text-align: center;
}

@media all and (max-width: 992px) {
  main #learning .mob_version {
    display: block !important;
  }
}

main #learning .mob_version .introduc {
  padding: 30px 0;
  text-align: center;
}

main #learning .mob_version .row {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #learning .mob_version .row a {
  text-decoration: none;
  color: #000;
}

main #learning .mob_version .row .for_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main #learning .mob_version .row .for_img .bigwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 2px dotted #04ffc9;
}

main #learning .mob_version .row .for_img .bigwrap .middlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 2px dotted #00ffc8;
}

main #learning .mob_version .row .for_img .bigwrap .middlewrap .smallwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border: 2px dotted #00ffb3;
}

main #learning .mob_version .row .for_img .bigwrap .middlewrap .smallwrap img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}

main #learning .mob_version .row .about {
  margin-top: 20px;
  text-align: center;
}

main #learning .mob_version .books .bigwrap {
  border: 2px dotted #FEDB29 !important;
}

main #learning .mob_version .books .bigwrap .middlewrap {
  border: 2px dotted #feda29ce !important;
}

main #learning .mob_version .books .bigwrap .middlewrap .smallwrap {
  border: 2px dotted #feda29d7 !important;
}

main #learning .mob_version .exerciise .bigwrap {
  border: 2px dotted #ffc117 !important;
}

main #learning .mob_version .exerciise .bigwrap .middlewrap {
  border: 2px dotted #f7cf09e0 !important;
}

main #learning .mob_version .exerciise .bigwrap .middlewrap .smallwrap {
  border: 2px dotted #fec529d7 !important;
}

footer {
  margin-top: 50px;
  background-color: #246BA8;
  padding: 30px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

footer ul {
  padding-left: 0;
}

footer li {
  list-style-type: none;
}

footer p {
  color: #bebebe;
  font-weight: 600;
}

@media all and (max-width: 992px) {
  footer .container .row .fisrt_col {
    text-align: center;
  }
  footer .container .row .fisrt_col .socials {
    text-align: center;
  }
}

footer .container .row .fisrt_col .logo_footer img {
  width: 122px;
}

footer .container .row .fisrt_col .socials {
  margin-top: 10px;
}

footer .container .row .fisrt_col .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container .row .fisrt_col .socials ul li {
  font-size: 25px;
  margin-right: 10px;
}

footer .container .row .fourth_col p svg {
  margin-right: 5px;
}

footer .container .row .fourth_col form {
  display: block;
}

footer .container .row .fourth_col form .text_inp {
  width: auto;
  background: transparent;
  border: none;
  padding: 5px;
  border-bottom: 1px solid #fff;
}

footer .container .row .fourth_col form .text_inp::-webkit-input-placeholder {
  color: #fff;
}

footer .container .row .fourth_col form .text_inp:-ms-input-placeholder {
  color: #fff;
}

footer .container .row .fourth_col form .text_inp::-ms-input-placeholder {
  color: #fff;
}

footer .container .row .fourth_col form .text_inp::placeholder {
  color: #fff;
}

footer .container .row .fourth_col form .text_inp:focus {
  outline: 0;
  color: #fff;
}

footer .container .row .fourth_col .submit_btn {
  margin-top: 15px;
  padding: 5px 25px;
  border: none;
  background-color: orangered;
  color: #fff;
}

.account_page body {
  margin-top: 20px;
  color: #1a202c;
  text-align: left;
  background-color: #e2e8f0;
}

.account_page .main-body {
  padding: 15px;
}

.account_page .card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.account_page .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.account_page .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.account_page .gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.account_page .gutters-sm > .col, .account_page .gutters-sm > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.account_page .mb-3, .account_page .my-3 {
  margin-bottom: 1rem !important;
}

.account_page .bg-gray-300 {
  background-color: #e2e8f0;
}

.account_page .h-100 {
  height: 100% !important;
}

.account_page .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.account_page .tasks ul {
  padding-left: 0;
}

.account_page .tasks ul li {
  width: 100%;
  list-style: none;
  padding: 10px 0;
  padding-left: 10px;
}

.account_page .tasks ul li:hover {
  background-color: #427EB4;
}

.account_page .tasks ul li:hover a {
  color: #fff;
}

.account_page .tasks ul li a {
  text-decoration: none;
}

.account_page #task_results {
  display: none;
}

.account_page #rating {
  display: none;
}

.account_page #rating table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.account_page #rating td, .account_page #rating th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.account_page #rating tr:nth-child(even) {
  background-color: #dddddd;
}

.news_page .container .title {
  padding: 30px 0;
}

.news_page .container .title p {
  font-weight: 600;
}

.news_page .container .title p a {
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}

.news_page .container .title p a:hover {
  color: #B5995A;
}

.news_page .container .title p span {
  padding-left: 5px;
  color: #B5995A;
}

.news_page .container .row {
  margin-bottom: 20px;
}

.news_page .container .row .all_info {
  border-right: 1px solid #c2c2c2;
}

.news_page .container .row .all_info h1 {
  margin: 10px 0;
  font-weight: 400;
}

.news_page .container .row .latest_news {
  width: 33%;
  padding-left: 20px;
}

@media all and (max-width: 992px) {
  .news_page .container .row .latest_news {
    width: 100%;
    padding-left: 0 !important;
  }
}

.news_page .container .row .latest_news .title {
  border-top: 5px solid #427EB4;
}

.news_page .container .row .latest_news .this_info:hover h6 {
  padding-left: 5px;
}

.news_page .container .row .latest_news .this_info img {
  width: 100%;
}

.news_page .container .row .latest_news .this_info a {
  text-decoration: none;
  color: #000;
}

.news_page .container .row .latest_news .this_info h6 {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news_page .container .row .latest_news .wrap h6 {
  margin: 10px 0;
}

.news_page .container .row .latest_news .wrap .date {
  color: #808080;
  font-weight: 500;
}

.news_page .container .row .latest_news .wrap p {
  color: #427EB4;
}

.news_page .container .row .latest_news .wrap p a {
  text-decoration: none;
  margin-bottom: -5px;
}

.news_page .container .row .latest_news .wrap p a:hover {
  text-decoration: underline;
}

.all_news_page .container .title {
  padding: 10px 0;
}

.all_news_page .container .title p {
  font-weight: 400;
}

.all_news_page .container .title p a {
  padding: 0 5px;
  color: #000;
  text-decoration: none;
}

.all_news_page .container .title p a:hover {
  color: #B5995A;
}

.all_news_page .container .title p span {
  padding-left: 5px;
  color: #B5995A;
}

.all_news_page .container .row .col-md-4 .this_img img {
  width: 100%;
}

.all_news_page .container .row .col-md-4 .this_info {
  border-left: 1px solid orangered;
  padding-left: 10px;
}

.all_news_page .container .row .col-md-4 .this_info .date {
  padding-top: 10px;
  color: #808080;
  font-weight: 500;
}

.all_news_page .container .row .col-md-4 .this_info p span {
  color: orangered;
}

.all_news_page .container .row .col-md-4 .this_info p span a {
  text-decoration: none;
  color: orangered;
}

.all_news_page .container .row .col-md-4 .this_info p span a:hover {
  text-decoration: underline;
}

.tovushlar .introduction {
  padding: 20px 75px;
}

@media all and (max-width: 992px) {
  .tovushlar .introduction {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.tovushlar .introduction h2 {
  text-align: center;
}

.tovushlar .introduction h4 {
  text-align: center;
}

.tovushlar .wrap_table {
  width: 700px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .tovushlar .wrap_table {
    width: 100%;
  }
}

.tovushlar .wrap_table th {
  font-size: 12px;
}

.tovushlar .wrap_table .table {
  text-align: center;
}

@media all and (max-width: 992px) {
  .tovushlar .wrap_table .table {
    width: 300px !important;
  }
}

.tovushlar .wrap_table .table tbody th {
  font-size: 12px;
}

@media all and (max-width: 992px) {
  .tovushlar .wrap_table .table tbody td {
    font-size: 12px;
  }
}

.tovushlar .wrap_table .table tbody td button {
  border: 1px solid #1d85e6;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
}

.tovushlar .wrap_table .table tbody td button svg {
  color: #1d85e6;
}

.tovushlar .wrap_table .table tbody td img {
  width: 50px;
  height: 50px;
}

.about .introduction {
  padding-top: 20px;
  width: 900px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .about .introduction {
    width: 100% !important;
  }
}

.about .introduction h2 {
  position: relative;
  text-align: center;
}

.about .introduction::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 160px;
  left: 300px;
}

@media all and (max-width: 992px) {
  .about .introduction::after {
    width: 50px !important;
    left: 15px;
    top: 90px;
  }
}

.about .introduction::before {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 160px;
  right: 330px;
}

@media all and (max-width: 992px) {
  .about .introduction::before {
    width: 50px !important;
    right: 15px;
    top: 90px;
  }
}

.about .introduction p {
  padding: 0;
  color: #808080;
  font-style: italic;
  font-weight: 500;
}

.about .nextsection {
  width: 900px;
  margin: 40px auto;
}

@media all and (max-width: 992px) {
  .about .nextsection {
    width: 100% !important;
  }
}

.about .nextsection .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
}

@media all and (max-width: 992px) {
  .about .nextsection .wrapper {
    display: block;
  }
}

.about .nextsection .wrapper .img img {
  width: 100%;
  height: 200px;
}

.about .nextsection .wrapper .for_text {
  margin-left: 15px;
}

.about .nextsection .wrapper .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.about .nextsection .wrapper2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
}

@media all and (max-width: 992px) {
  .about .nextsection .wrapper2 {
    display: block;
  }
}

.about .nextsection .wrapper2 .img img {
  width: 100%;
  height: 200px;
}

.about .nextsection .wrapper2 .for_text {
  margin-right: 5px;
}

.about .nextsection .wrapper2 .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.about .nextsection .wrapper3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
}

@media all and (max-width: 992px) {
  .about .nextsection .wrapper3 {
    display: block;
  }
}

.about .nextsection .wrapper3 .img h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.about .nextsection .wrapper3 .for_text {
  margin-right: 5px;
}

.about .nextsection .wrapper3 .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.about .teamimg {
  margin-bottom: 300px;
  position: relative;
}

@media all and (max-width: 992px) {
  .about .teamimg img {
    width: 100% !important;
  }
  .about .teamimg .mails {
    width: 280px !important;
    top: 70% !important;
    padding: 5px 10px !important;
  }
}

.about .teamimg img {
  width: 800px;
}

.about .teamimg .mails {
  position: absolute;
  top: 80%;
  width: 350px;
  margin-left: 20px;
  padding: 25px;
  background-color: orangered;
  color: #fff;
}

@media all and (max-width: 992px) {
  .about .teamimg .mails .director {
    font-size: 16px;
  }
  .about .teamimg .mails h4 {
    font-size: 16px;
  }
}

.about .teamimg .mails div {
  margin: 10px 0;
}

.about .teamimg .mails a {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 992px) {
  .about .teamimg .mails a {
    font-size: 14px;
  }
}

.dictionary_page .dictionary .wrap .container .wrap {
  border: 1px solid gray;
  border-radius: 25px;
  margin: 20px;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap {
    margin: 20px 0 !important;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .for_top_section {
    display: none;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .left ul li {
  list-style: none;
  margin-right: 15px;
  padding: 5px 10px;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .left ul li button {
  background-color: transparent;
  border: none;
  font-size: 19px;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .left ul .active {
  border-bottom: 2px solid #246BA8;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .right {
  margin-left: 25%;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .right ul li {
  list-style: none;
  margin-right: 15px;
  padding: 5px 10px;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .right ul li button {
  background-color: transparent;
  border: none;
  font-size: 19px;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .right ul .active {
  border-bottom: 2px solid #246BA8;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .change {
  position: absolute;
  left: 47%;
}

.dictionary_page .dictionary .wrap .container .wrap .for_top_section .change button {
  background-color: transparent;
  font-size: 18px;
  border: none;
}

.dictionary_page .dictionary .wrap .container .wrap .mobile_top {
  display: none;
  padding: 10px 15px;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .mobile_top {
    display: block;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .mobile_top .wrap .for_parts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.dictionary_page .dictionary .wrap .container .wrap .mobile_top .wrap .for_parts select {
  padding: 5px;
  border: none;
  background-color: transparent;
}

.dictionary_page .dictionary .wrap .container .wrap .mobile_top .wrap .for_parts select:focus {
  outline: 0;
}

.dictionary_page .dictionary .wrap .container .wrap .mobile_top .wrap .for_parts select option {
  padding: 2px;
  border-radius: 5px;
  border: none;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  padding: 40px 50px;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text {
    display: block;
    padding: 0 15px;
  }
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text input {
    width: 100% !important;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text {
  position: relative;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text input {
  background-color: #fff;
  font-size: 20px;
  height: auto;
  width: 70%;
  border: 1px solid #808080;
  padding: 5px;
  border-radius: 15px;
  overflow-y: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 0;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text input:focus {
  outline: 0;
  border: 1px solid orangered;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text button {
  position: absolute;
  top: 80px;
  z-index: 0;
  background-color: orangered;
  left: 0%;
  color: #fff;
  padding: 5px 8px;
  border: none;
  border-radius: 10px;
  opacity: 1;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_text button {
    top: 60px !important;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result {
  padding: 0;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result {
    margin-top: 80px;
  }
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .result {
    background-color: #427EB4;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
  }
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .result p {
    color: #fff;
  }
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .sinonimlari {
    margin-top: 10px;
    border: 1px solid #808080;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 30px;
  }
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .sinonimlari .start_here {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .sinonimlari .start_here span {
  color: #808080;
  margin-left: auto;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result .sinonimlari .start_here p {
  margin-bottom: 0;
}

.dictionary_page .dictionary .wrap .container .wrap .wrap_text .for_result p {
  font-size: 20px;
}

.dictionary_page .dictionary .wrap .container .browse_words {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 25px;
  padding: 30px 20px;
  background-color: #246BA8;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .browse_words {
    padding: 20px 20px !important;
    margin: 0 !important;
  }
  .dictionary_page .dictionary .wrap .container .browse_words ul {
    max-width: 350px;
  }
}

.dictionary_page .dictionary .wrap .container .browse_words h4 {
  color: #fff;
}

.dictionary_page .dictionary .wrap .container .browse_words .all_words {
  position: relative;
  margin: 30px 0;
  margin-bottom: 20px;
}

.dictionary_page .dictionary .wrap .container .browse_words .all_words ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  position: relative;
}

.dictionary_page .dictionary .wrap .container .browse_words .all_words ul li {
  list-style-type: none;
  position: relative;
  margin: 7px;
}

.dictionary_page .dictionary .wrap .container .browse_words .all_words ul li a {
  position: relative;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: rgba(228, 228, 228, 0.452);
}

.dictionary_page .dictionary .wrap .container .popular_s_words {
  margin: 20px;
  padding: 20px;
  border-radius: 25px;
  background-color: #98cfff7a;
}

@media all and (max-width: 992px) {
  .dictionary_page .dictionary .wrap .container .popular_s_words {
    margin-left: 0 !important;
  }
}

.dictionary_page .dictionary .wrap .container .popular_s_words ul {
  padding-left: 0;
}

.dictionary_page .dictionary .wrap .container .popular_s_words ul li {
  margin: 15px 0;
  font-size: 18px;
  list-style: none;
}

.dictionary_page .dictionary .wrap .container .popular_s_words ul li a {
  color: #246BA8;
}

.staffs {
  background: url("/assets/bgpattern.jpg");
  background-size: cover;
}

.staffs .wrap_section {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.719)), to(rgba(255, 255, 255, 0.651)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.719), rgba(255, 255, 255, 0.651));
}

.staffs .wrap_section .container .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

.staffs .wrap_section .container .row .who_is .wrap_this {
  background-color: #fff;
  border-radius: 25px;
}

.staffs .wrap_section .container .row .who_is .wrap_this .about {
  padding: 30px 0;
  border-bottom: 2px dashed #808080;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  margin: 0 30px;
  margin-bottom: 15px;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .who_is .wrap_this .about {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .staffs .wrap_section .container .row .who_is .wrap_this .about .for_img img {
    width: 100%  !important;
    height: 310px !important;
  }
}

.staffs .wrap_section .container .row .who_is .wrap_this .about .for_img img {
  width: 100%;
  height: 160px;
  border-radius: 10px;
  border: 3px solid #808080;
}

.staffs .wrap_section .container .row .who_is .wrap_this .about .who {
  margin-left: 20px;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .who_is .wrap_this .about .who {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}

.staffs .wrap_section .container .row .who_is .wrap_this .about .who h6 {
  font-weight: 600;
}

.staffs .wrap_section .container .row .who_is .wrap_this .about .who p {
  margin-bottom: 0;
  margin-bottom: 5px;
  color: #427EB4;
  font-size: 14px !important;
}

.staffs .wrap_section .container .row .who_is .wrap_this .about .who p span {
  color: #808080;
  font-size: 13px;
}

.staffs .wrap_section .container .row .who_is .wrap_this .degree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .who_is .wrap_this .degree p {
    padding: 5px 5px !important;
    font-size: 9px;
  }
}

.staffs .wrap_section .container .row .who_is .wrap_this .degree p {
  color: #fff;
  padding: 5px 20px;
  background-color: #246BA8;
  border-radius: 15px;
}

.staffs .wrap_section .container .row .staff .wrap_this {
  padding: 30px;
  background-color: white;
  border-radius: 25px;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .staff .wrap_this {
    padding: 0 !important;
  }
}

.staffs .wrap_section .container .row .staff .wrap_this .sections_staff div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
  margin-bottom: 10px;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .staff .wrap_this .sections_staff div {
    -ms-grid-columns: 33% 33% 33%;
        grid-template-columns: 33% 33% 33%;
  }
  .staffs .wrap_section .container .row .staff .wrap_this .sections_staff div button {
    width: 92% !important;
    font-size: 13px;
  }
}

.staffs .wrap_section .container .row .staff .wrap_this .sections_staff div .active {
  background-color: #246BA8;
  color: #fff;
}

.staffs .wrap_section .container .row .staff .wrap_this .sections_staff div button {
  background-color: #fff;
  width: 98%;
  color: #4c29eb;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #246BA8;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .staff .wrap_this .about_select_sec {
    margin: 20px 0;
  }
}

.staffs .wrap_section .container .row .staff .wrap_this .about_select_sec .about_staff p {
  position: relative;
  background-color: #eef1f5;
  padding: 3px 0;
  margin-bottom: 5px;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .row .staff .wrap_this .about_select_sec .about_staff p .right {
    right: 10px !important;
  }
}

.staffs .wrap_section .container .row .staff .wrap_this .about_select_sec .about_staff p span {
  color: #246BA8;
  font-size: 15px;
  padding-left: 15px;
  font-weight: 300;
  border-radius: 2px;
}

.staffs .wrap_section .container .row .staff .wrap_this .about_select_sec .about_staff p .right {
  color: #808080;
  position: absolute;
  right: 20px;
}

.staffs .wrap_section .container .socials_of_staff {
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
}

@media all and (max-width: 992px) {
  .staffs .wrap_section .container .socials_of_staff {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
  .staffs .wrap_section .container .socials_of_staff .the_socials {
    display: block !important;
  }
  .staffs .wrap_section .container .socials_of_staff .the_socials a {
    margin-right: 0 !important;
    margin: 10px auto !important;
    width: 170px !important;
  }
  .staffs .wrap_section .container .socials_of_staff .intro {
    padding: 20px 0 !important;
  }
}

.staffs .wrap_section .container .socials_of_staff .the_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a {
  margin-right: 20px;
  text-decoration: none;
  background-color: #e7e7e7;
  color: #000;
  padding: 15px 30px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a .fa-facebook {
  color: #1070ec;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a .fa-instagram {
  color: #d13e3e;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a .fa-twitter {
  color: #00b7ff;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a .fa-youtube {
  color: red;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a .fa-telegram {
  color: #26b1e7;
}

.staffs .wrap_section .container .socials_of_staff .the_socials a svg {
  font-size: 20px;
  margin-right: 5px;
}

.basic_page .introduction {
  padding-top: 20px;
  width: 900px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .basic_page .introduction {
    width: 100% !important;
  }
}

.basic_page .introduction h2 {
  position: relative;
  text-align: center;
}

.basic_page .introduction::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 160px;
  left: 300px;
}

@media all and (max-width: 992px) {
  .basic_page .introduction::after {
    width: 50px !important;
    left: 15px;
    top: 90px;
  }
}

.basic_page .introduction::before {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 160px;
  right: 330px;
}

@media all and (max-width: 992px) {
  .basic_page .introduction::before {
    width: 50px !important;
    right: 15px;
    top: 90px;
  }
}

.basic_page .introduction p {
  padding: 0;
  color: #808080;
  font-style: italic;
  font-weight: 500;
}

.basic_page .nextsection {
  width: 900px;
  margin: 40px auto;
}

@media all and (max-width: 992px) {
  .basic_page .nextsection {
    width: 100% !important;
  }
}

.basic_page .nextsection .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 65%;
      grid-template-columns: 35% 65%;
}

@media all and (max-width: 992px) {
  .basic_page .nextsection .wrapper {
    display: block;
  }
}

.basic_page .nextsection .wrapper .img img {
  width: 100%;
  height: 200px;
}

.basic_page .nextsection .wrapper .for_text {
  margin-left: 15px;
}

.basic_page .nextsection .wrapper .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.basic_page .nextsection .wrapper2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
}

@media all and (max-width: 992px) {
  .basic_page .nextsection .wrapper2 {
    display: block;
  }
}

.basic_page .nextsection .wrapper2 .img img {
  width: 100%;
  height: 200px;
}

.basic_page .nextsection .wrapper2 .for_text {
  margin-right: 5px;
}

.basic_page .nextsection .wrapper2 .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.basic_page .nextsection .wrapper3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
      grid-template-columns: 65% 35%;
}

@media all and (max-width: 992px) {
  .basic_page .nextsection .wrapper3 {
    display: block;
  }
}

.basic_page .nextsection .wrapper3 .img h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.basic_page .nextsection .wrapper3 .for_text {
  margin-right: 5px;
}

.basic_page .nextsection .wrapper3 .for_text h4 {
  color: orangered;
  margin-top: 0;
  margin-bottom: 2px;
}

.basic_page .teamimg {
  margin-bottom: 300px;
  position: relative;
}

@media all and (max-width: 992px) {
  .basic_page .teamimg img {
    width: 100% !important;
  }
  .basic_page .teamimg .mails {
    width: 260px !important;
    top: 70% !important;
    padding: 5px 10px !important;
  }
}

.basic_page .teamimg img {
  width: 800px;
}

.basic_page .teamimg .mails {
  position: absolute;
  top: 80%;
  width: 350px;
  margin-left: 20px;
  padding: 25px;
  background-color: orangered;
  color: #fff;
}

@media all and (max-width: 992px) {
  .basic_page .teamimg .mails .director {
    font-size: 16px;
  }
  .basic_page .teamimg .mails h4 {
    font-size: 16px;
  }
}

.basic_page .teamimg .mails div {
  margin: 10px 0;
}

.basic_page .teamimg .mails a {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 992px) {
  .basic_page .teamimg .mails a {
    font-size: 14px;
  }
}

.dialogues {
  background-color: #f1f1f1;
}

.dialogues .container .introduc {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialogues .container .wrapper {
  margin-bottom: 30px;
}

.dialogues .container .row .native_lang {
  padding: 10px;
  border: 1px solid orangered;
}

.dialogues .container .row .native_lang .about_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialogues .container .row .native_lang .about_this select {
  background-color: transparent;
  border: none;
  font-size: 22px;
  width: 100px;
  font-weight: 600;
}

.dialogues .container .row .native_lang .about_this select option {
  font-size: 20px;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}

.dialogues .container .row .native_lang .about_this select option:hover {
  background-color: orangered !important;
  color: #fff !important;
  border: none !important;
}

.dialogues .container .row .native_lang .title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.dialogues .container .row .native_lang .chat .left {
  width: 70%;
  background-color: #5A99EE;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dialogues .container .row .native_lang .chat .left p {
  padding: 5px;
  color: #fff;
}

.dialogues .container .row .native_lang .chat .right {
  margin-left: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: right;
  width: auto;
  max-width: 65%;
  background-color: #FC6D4C;
}

.dialogues .container .row .native_lang .chat .right p {
  width: auto;
  padding: 5px;
  color: #fff;
}

.dialogues .container .row .foreign_lang {
  padding: 10px;
  border: 1px solid orangered;
}

.dialogues .container .row .foreign_lang .about_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialogues .container .row .foreign_lang .about_this select {
  background-color: transparent;
  border: none;
  font-size: 22px;
  width: 100px;
  font-weight: 600;
}

.dialogues .container .row .foreign_lang .about_this select option {
  font-size: 20px;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}

.dialogues .container .row .foreign_lang .about_this select option:hover {
  background-color: orangered !important;
  color: #fff !important;
  border: none !important;
}

.dialogues .container .row .foreign_lang .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 0;
}

.dialogues .container .row .foreign_lang .chat .left {
  width: 70%;
  background-color: #5A99EE;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.dialogues .container .row .foreign_lang .chat .left p {
  padding: 5px;
  color: #fff;
}

.dialogues .container .row .foreign_lang .chat .right {
  margin-left: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: right;
  width: auto;
  max-width: 65%;
  background-color: #FC6D4C;
}

.dialogues .container .row .foreign_lang .chat .right p {
  width: auto;
  padding: 5px;
  color: #fff;
}

.matnlar {
  background-color: #f1f1f1;
}

.matnlar .container .introduc {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matnlar .container .wrapper {
  margin-bottom: 30px;
}

.matnlar .container .row .native_lang {
  padding: 10px;
  border: 1px solid orangered;
}

.matnlar .container .row .native_lang .about_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matnlar .container .row .native_lang .about_this select {
  background-color: transparent;
  border: none;
  font-size: 22px;
  width: 100px;
  font-weight: 600;
}

.matnlar .container .row .native_lang .about_this select option {
  font-size: 20px;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}

.matnlar .container .row .native_lang .about_this select option:hover {
  background-color: orangered !important;
  color: #fff !important;
  border: none !important;
}

.matnlar .container .row .native_lang .title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}

.matnlar .container .row .native_lang .chat .left {
  width: 70%;
  background-color: #5A99EE;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.matnlar .container .row .native_lang .chat .left p {
  padding: 5px;
  color: #fff;
}

.matnlar .container .row .native_lang .chat .right {
  margin-left: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: right;
  width: auto;
  max-width: 65%;
  background-color: #FC6D4C;
}

.matnlar .container .row .native_lang .chat .right p {
  width: auto;
  padding: 5px;
  color: #fff;
}

.matnlar .container .row .foreign_lang {
  padding: 10px;
  border: 1px solid orangered;
}

.matnlar .container .row .foreign_lang .about_this {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matnlar .container .row .foreign_lang .about_this select {
  background-color: transparent;
  border: none;
  font-size: 22px;
  width: 100px;
  font-weight: 600;
}

.matnlar .container .row .foreign_lang .about_this select option {
  font-size: 20px;
  border: none;
  background-color: transparent;
  padding: 0 10px;
}

.matnlar .container .row .foreign_lang .about_this select option:hover {
  background-color: orangered !important;
  color: #fff !important;
  border: none !important;
}

.matnlar .container .row .foreign_lang .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
}

.matnlar .container .row .foreign_lang .chat .left {
  width: 70%;
  background-color: #5A99EE;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.matnlar .container .row .foreign_lang .chat .left p {
  padding: 5px;
  color: #fff;
}

.matnlar .container .row .foreign_lang .chat .right {
  margin-left: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: right;
  width: auto;
  max-width: 65%;
  background-color: #FC6D4C;
}

.matnlar .container .row .foreign_lang .chat .right p {
  width: auto;
  padding: 5px;
  color: #fff;
}

@media all and (max-width: 992px) {
  .audios_page .wrapper {
    width: 100% !important;
  }
  .audios_page .wrapper .audio {
    -ms-grid-columns: 10% 80% 10%;
        grid-template-columns: 10% 80% 10%;
  }
  .audios_page .wrapper .audio audio {
    width: 100%;
  }
  .audios_page .wrapper .audio button {
    font-size: 16px;
  }
}

.audios_page .container {
  padding: 30px 0;
}

.audios_page .container .introduc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.audios_page .container .wrapper {
  width: 800px;
  margin: 20px auto;
}

.audios_page .container .wrapper .audio {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 85% 15%;
      grid-template-columns: 85% 15%;
  margin-bottom: 10px;
  border-bottom: 1px solid #246BA8;
}

.audios_page .container .wrapper .audio audio {
  width: 100%;
}

.audios_page .container .wrapper .audio .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.audios_page .container .wrapper .audio .play button {
  font-size: 20px;
  border-radius: 10px;
  color: #246BA8;
  border: 1px solid #246BA8;
  background-color: transparent;
  padding: 7px 10px;
}

.audios_page .container .wrapper .audio .name {
  padding: 0 8px;
  padding-bottom: 5px;
}

.audios_page .container .wrapper .audio .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.audios_page .container .wrapper .audio .download button {
  font-size: 20px;
  border-radius: 10px;
  color: #246BA8;
  border: 1px solid #246BA8;
  background-color: transparent;
  padding: 7px 10px;
}

.alphabet_words .browse_words {
  margin-left: 20px;
  width: 750px;
  margin: 30px auto;
  border-radius: 25px;
  padding: 30px 20px;
  background-color: #f5f3f3d5;
}

@media all and (max-width: 992px) {
  .alphabet_words .browse_words {
    width: 100% !important;
  }
}

.alphabet_words .browse_words h4 {
  color: #000;
}

.alphabet_words .browse_words .all_words {
  width: 100%;
  display: block !important;
  margin: 40px 0;
  margin-bottom: 20px;
}

.alphabet_words .browse_words .all_words ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}

.alphabet_words .browse_words .all_words ul li {
  margin: 6px;
  list-style: none;
}

.alphabet_words .browse_words .all_words .active {
  background-color: #70b6f3;
}

.alphabet_words .browse_words .all_words a {
  text-decoration: none;
  padding: 5px 10px !important;
  border-radius: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.884);
}

.alphabet_words .container .roww {
  width: 730px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.alphabet_words .container .roww .col-md-2 {
  padding: 10px 0;
}

.alphabet_words .container .roww .col-md-2 ul {
  padding-left: 0;
}

.alphabet_words .container .roww .col-md-2 ul li {
  list-style: none;
  font-size: 18px;
}

.alphabet_words .container .roww .col-md-2 ul li a {
  color: #246BA8;
}

.about_word {
  margin: 50px 0;
}

.about_word .wrapper {
  width: 600px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .about_word .wrapper {
    width: 350px;
  }
}

.about_word .wrapper .translate {
  border-bottom: 1px solid #fdd700;
}

.about_word .wrapper .translate b i {
  color: #fd3300;
}

.about_word .wrapper .other_langs {
  margin: 20px 0;
}

.about_word .wrapper .other_langs h5 {
  color: #1481e0;
  font-weight: 500;
  margin: 10px 0;
}

.about_word .wrapper .other_langs h5 i {
  color: #000;
}

.about_word .wrapper .wrapper2 {
  margin: 20px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
      grid-template-columns: 33% 33% 33%;
}

@media all and (max-width: 992px) {
  .about_word .wrapper .wrapper2 div h4 {
    font-size: 18px;
  }
  .about_word .wrapper .wrapper2 div h5 {
    font-size: 16px;
  }
}

.about_word .wrapper .wrapper2 h4 {
  font-weight: 600;
}

.about_word .wrapper .wrapper2 div h5 {
  margin: 10px 0;
}

.all_dialogues section .container {
  padding: 20px 0;
}

.all_dialogues section .container .title {
  padding: 40px 0;
}

.all_dialogues section .container .title h2 {
  text-align: center;
}

@media all and (max-width: 992px) {
  .all_dialogues section .container .row {
    display: block;
  }
  .all_dialogues section .container .row .yangilik {
    width: 100% !important;
    margin-bottom: 20px !important;
    height: auto !important;
  }
  .all_dialogues section .container .row .yangilik img {
    width: 100% !important;
  }
}

.all_dialogues section .container .row .yangilik {
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
  margin: 0 10px;
  height: 180px;
  width: 23%;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 2px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

@media all and (max-width: 992px) {
  .all_dialogues section .container .row .yangilik {
    margin: 50px 0 !important;
    padding: 0 10px;
  }
}

.all_dialogues section .container .row .yangilik .news_img img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 180px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.all_dialogues section .container .row .yangilik .about {
  position: absolute;
  margin-top: -50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.507)), color-stop(0, rgba(0, 0, 0, 0.568)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.568) 0);
  padding: 5px 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 30px;
  z-index: 10;
}

.all_dialogues section .container .row .yangilik .about p {
  color: #fff;
  padding: 0;
}

.sinonimlari_page {
  margin: 50px 0;
}

.sinonimlari_page .wrapper {
  width: 600px;
  margin: 0 auto;
}

@media all and (max-width: 992px) {
  .sinonimlari_page .wrapper {
    width: 350px;
  }
}

.sinonimlari_page .wrapper .translate {
  border-bottom: 1px solid #fdd700;
}

.sinonimlari_page .wrapper .translate b i {
  color: #fd3300;
}

.sinonimlari_page .wrapper .other_langs {
  margin: 20px 0;
}

.sinonimlari_page .wrapper .other_langs h5 {
  color: #1481e0;
  font-weight: 500;
  margin: 10px 0;
}

.sinonimlari_page .wrapper .other_langs h5 i {
  color: #000;
}

@media all and (max-width: 992px) {
  .sinonimlari_page .wrapper .wrapper2 div h4 {
    font-size: 18px;
  }
  .sinonimlari_page .wrapper .wrapper2 div h5 {
    font-size: 16px;
  }
}

.sinonimlari_page .wrapper .wrapper2 h4 {
  font-weight: 600;
}

.sinonimlari_page .wrapper .wrapper2 .sinonimi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sinonimlari_page .wrapper .wrapper2 .sinonimi h5 {
  margin: 10px 10px;
}
/*# sourceMappingURL=main.css.map */

/*# Jasur Test */
.browse_words777 {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 25px;
  padding: 30px 20px;
  background-color: #246BA8;
  background-image: url(http://tsuull.uz/sites/all/themes/sap/img/dist/bg.png); }
}

@media all and (max-width: 992px) {
.browse_words777 {
    padding: 20px 20px !important;
    margin: 0 !important;
  }
.browse_words777 ul {
    max-width: 350px;
  }
}

.browse_words777 h4 {
  color: #fff;
}

.browse_words777 {
  position: relative;
  margin: 30px 0;
  margin-bottom: 20px;
}

.browse_words777 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  position: relative;
}

.browse_words777 ul li {
  list-style-type: none;
  position: relative;
  margin: 7px;
}

.browse_words777 ul li a {
  position: relative;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  background-color: rgba(228, 228, 228, 0.452);
}