body {
  text-decoration: none;
  list-style: none;
  direction: ltr;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#topbar {
  display: block;
  height: 32px;
  padding: 10px 0;
  margin: auto;
}

#topbar .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  float: left;
  color: #b8c2cc;
  font-family: "neosans regular";
}

#topbar .lang .english {
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

#topbar .lang .english:hover {
  color: #d90202;
}

#topbar .lang .dhivehi {
  cursor: pointer;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
}

#topbar .lang .dhivehi:hover {
  color: #d90202;
}

#topbar .lang .selected {
  position: relative;
  color: #d90202;
  cursor: default;
}

#topbar .lang .selected::after {
  content: "";
  position: absolute;
  background: #d90202;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}

#topbar .social {
  float: right;
  margin-top: -6px;
}

#topbar .social a {
  text-decoration: none;
}

#topbar .social .facebook::before, #topbar .social .youtube::before, #topbar .social .twitter::before {
  font-family: "Font Awesome 5";
  font-weight: 400;
  font-size: 25px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

#topbar .social .facebook::before {
  content: "\f082";
  color: #3b5998;
}

#topbar .social .facebook:hover::before {
  color: #3b58987a;
}

#topbar .social .youtube::before {
  content: "\f167";
  color: #cf2a2a;
}

#topbar .social .youtube:hover::before {
  color: #cf2a2a69;
}

#topbar .social .twitter::before {
  content: "\f081";
  color: #1da1f2;
}

#topbar .social .twitter:hover::before {
  color: #1da0f270;
}

.flex-box-top-logo {
  display: block;
  margin: 10px auto 10px auto;
}

.flex-box-top-logo > div {
  width: 100%;
  max-width: 750px;
  max-height: 90px;
  height: 100%;
  margin: auto;
  text-align: center;
}

.flex-box-top-logo > div img {
  max-width: 100%;
}

.flex-box-top-logo > div:nth-child(1) {
  margin-bottom: 10px;
}

.bg-aored {
  background: #d90202;
}

.mw-200 {
  min-width: 200px;
}

.btn-search {
  font-family: "Font Awesome 5";
  font-weight: 900;
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  width: 25px;
}

.navbar-nav {
  padding-right: 10px;
}

.navbar-nav li {
  padding: 0 3px;
}

.navbar-nav li a {
  color: rgba(255, 255, 255, 0.8) !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.navbar-nav li a:hover {
  color: white !important;
}

.navbar-nav .active a, .navbar-nav .current-menu-item a {
  position: relative;
  color: white !important;
}

.navbar-nav .active a::after, .navbar-nav .current-menu-item a::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 4px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  background: #fff;
}

.navbar {
  height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
  letter-spacing: 1px;
}

.navbar .nav-search-box {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
  background: white;
  border: 1px solid #cecdcd;
  padding: 10px 20px;
  height: 90px;
  overflow: hidden;
  -webkit-transition: 100ms ease-in-out all;
  transition: 100ms ease-in-out all;
  text-align: right;
}

.navbar .nav-search-box .nav-search-box-close {
  color: #bbbbbb;
  cursor: pointer;
}

.navbar .nav-search-box .nav-search-box-close:hover {
  color: #333333;
}

.navbar .nav-search-box .nav-search-box-close::before {
  font-family: "Font Awesome 5";
  font-weight: bold;
  content: "\f00d";
}

.navbar .nav-search-box .nav-search-box-input {
  width: 300px;
}

.navbar .nav-search-box.close {
  height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
}

img {
  max-width: 100%;
}

.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8e8e8e;
}

.time::before {
  content: '\f017';
  padding-right: 10px;
  font-family: "Font Awesome 5";
}

.time li {
  list-style: none;
}

.fnews {
  margin: 10px auto;
}

.fnews .info .title a {
  text-decoration: none;
  font-size: 30px;
  color: #333;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}

.fnews .info .title a:hover {
  color: #d90202;
}

.fnews .info .time {
  margin-top: 10px;
}

.fnews .fimg {
  padding-left: 0;
  padding-right: 0;
}

.fnews .fimg img {
  width: 100%;
}

.fad {
  text-align: left;
}

.fad img {
  width: 100%;
}

.ao-a {
  color: #d90202;
  text-decoration: none;
}

.ao-a:hover {
  color: #f11515;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: .5rem;
}

.lp-10 {
  padding-left: 10px;
}

.m-t-n {
  margin-top: 0;
}

.p-t-n {
  padding-top: 0;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px;
}

.height_100 {
  height: 100%;
}

.m-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.br-0 {
  border-radius: 0;
}

.font-20 {
  font-size: 20px;
}

.no-dec {
  text-decoration: none !important;
}

.direction-rtl {
  direction: rtl;
}

.w-10 {
  width: 10%;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.hover-red {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.hover-red:hover {
  color: #d90202 !important;
}

.hover-white:hover {
  color: #fff !important;
}

.text-align-center {
  text-align: center;
}

.home-ico::before {
  content: "\f80c";
  font-family: "Font Awesome 5";
  font-weight: bold;
}

.carousel-control-prev-icon-red {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d90202' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-red {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d90202' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.ao-card-header {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
  border-bottom: #d90202 3px solid;
  border-radius: 0 !important;
  background: #e6e6e6;
  letter-spacing: 0px;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.ao-card-header a {
  color: #333;
}

.yt-logo-mid {
  position: relative;
}

.yt-logo-mid a {
  text-decoration: none;
}

.yt-logo-mid .ytthumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.yt-logo-mid .ytthumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #28282849;
}

.yt-logo-mid .ytthumb:hover::after {
  background: #282828b4;
}

.yt-logo-mid a::after {
  content: "\f167";
  font-family: "Font Awesome 5";
  font-weight: 400;
  font-size: 40px;
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.yt-logo-mid a:hover::after {
  color: #fd2121;
}

.img-w-max img {
  width: 100%;
}

.yt-logo::before {
  content: "\f167";
  font-family: "Font Awesome 5";
  font-weight: 400;
}

.bg-aodark {
  background: #282828;
}

.bg-aodark_l {
  background: #494848;
}

.bg-transparent {
  background-color: none;
}

.no-border {
  border: none;
}

.no-padding-x {
  padding-right: 0;
  padding-left: 0;
}

.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
}

.no-padding-xy,
no-padding-yx {
  padding: 0;
}

.myx-20 {
  margin: 20px 0 10px;
}

.ao-py-2r {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mx-n-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.ml-n-5 {
  margin-left: -5px;
}

.line-r-f * {
  border-left: 1px solid #c9c9c9;
  padding-left: 10px;
}

.news_small {
  margin: 20px 0;
  min-height: 215px;
  width: 100%;
}

.news_small .image {
  width: 100%;
  height: auto;
}

.news_small .image img {
  background-color: #606769;
  width: 100%;
}

.news_small .info {
  margin: 5px 0;
  width: 100%;
}

.news_small .title a {
  width: 100%;
  color: #333;
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
}

.news_mid {
  width: 100%;
  margin: 20px 0 10px;
  position: relative;
}

.news_mid .image {
  width: 100%;
  height: auto;
}

.news_mid .image img {
  background-color: #606769;
  width: 100%;
}

.news_mid .info {
  margin: 5px 0;
  width: 100%;
}

.news_mid .title a {
  width: 100%;
  color: #333;
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
}

.gal-right a,
.gel-left a {
  color: white;
}

.gal-right .item .img,
.gel-left .item .img {
  position: relative;
}

.gal-right .item .img img,
.gel-left .item .img img {
  width: 100%;
}

.gal-right .item .img .pic-ico,
.gel-left .item .img .pic-ico {
  bottom: 5px;
  right: 15px;
  position: absolute;
  font-size: 30px;
}

.gal-right .item .img .pic-ico::after,
.gel-left .item .img .pic-ico::after {
  content: '\f030';
  font-family: "Font Awesome 5";
  font-weight: 900;
  color: #f1f1f1;
}

.gal-right .item .time,
.gel-left .item .time {
  font-size: 14px;
  margin: 5px 0;
}

.gal-right .item .title a,
.gel-left .item .title a {
  font-size: 25px;
  letter-spacing: 1px;
  text-decoration: none;
}

.gel-left .item .img .pic-ico {
  font-size: 25px;
}

.gel-left .item .title a {
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.multicol .img {
  position: relative;
}

.multicol .img img {
  width: 100%;
}

.multicol .time {
  margin: 5px 0;
}

.multicol .right .title {
  font-size: 27px;
  letter-spacing: 1px;
}

.multicol .right .title a {
  color: #333;
  text-decoration: none;
}

.multicol .left .item {
  margin-bottom: 30px;
}

.multicol .left .item .info .title {
  font-size: 18px;
  letter-spacing: 1px;
}

.multicol .left .item .info .title a {
  color: #333;
  text-decoration: none;
}

.archive_top .fnews .fimg {
  padding-left: 15px;
  padding-right: 15px;
}

.archive_top .fnews .fimg img {
  width: 100%;
}

.archive_top .fnews .info .title {
  text-decoration: none;
  font-size: 30px;
  color: #333;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}

.archive_top .fnews .info .time {
  margin-top: 10px;
  font-size: 16px;
}

.archive_top .fnews_sub .fimg img {
  width: 100%;
}

.archive_top .fnews_sub .info .title {
  text-decoration: none;
  font-size: 17px;
  color: #333;
  -webkit-transition: ease-in-out 100ms;
  transition: ease-in-out 100ms;
}

.archive_top .fnews_sub .info .title a {
  color: #333;
  text-decoration: none;
}

.archive_top .fnews_sub .info .time {
  margin-top: 5px;
  font-size: 14px;
}

.content_load {
  display: block;
  -webkit-transition: 200ms ease-in-out all;
  transition: 200ms ease-in-out all;
  height: 80px;
}

.content_load.close {
  height: 0px;
  overflow: hidden;
}

.q-r {
  margin-left: 1px;
}

.q-r::before {
  content: "\"";
}

.q-l {
  margin-right: 1px;
}

.q-l::before {
  content: "\"";
}

.search-result-count {
  font-weight: bold;
}

.single > .title {
  font-size: 30px;
  color: #333;
}

.single > .title a {
  text-decoration: none;
  color: #333;
}

.single .info {
  margin-top: 10px;
}

.single .info > * {
  padding-left: 15px;
}

.single .info .author a {
  text-decoration: none;
  color: #d90202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single .info .author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 5px;
}

.single .the_news .fimg {
  position: relative;
}

.single .the_news .fimg img {
  width: 100%;
}

.single .the_news .fimg .imgft {
  color: #fff;
  font-size: 12px;
  padding: 10px 12px 7px 20px;
  text-shadow: 0px 0px 4px #000;
  background: #333333;
  width: 100%;
}

.single .the_news .render {
  font-size: 18px;
  line-height: 34px;
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
}

.single .the_news .render * {
  max-width: 100%;
}

.single .the_news .render > * {
  margin: 0 0 20px;
  width: 90% !important;
  color: #333;
  text-overflow: clip;
}

.single .the_news .render > * img {
  height: auto !important;
}

.single .the_news .render td {
  border: 1px solid #a0a0a0;
  padding: 5px;
}

.single .the_news .tags {
  border-top: 1px solid #ebebeb;
  padding-top: 10px;
  margin-bottom: 20px;
}

.single .the_news .tags .title {
  color: #333;
  font-size: 25px;
}

.single .the_news .tags .btn-outline {
  color: #d90202;
  border-color: #d90202;
  margin-top: 10px;
  margin-left: 10px;
}

.single .the_news .tags .btn-outline:hover {
  color: #fff;
  background-color: #d90202;
}

.single .the_news .related {
  padding-top: 10px;
}

.single .the_news .related .title {
  color: #333;
  font-size: 25px;
  margin-bottom: 5px;
}

.single .the_news .related .item .time {
  margin: 10px 0 5px 0;
  font-size: 13px;
}

.single .the_news .related .item img {
  width: 100%;
}

.single .the_news .related .item .title {
  color: #333;
  font-size: 15px;
  text-align: center;
}

.single .the_news .related .item .title a {
  color: #333;
  text-decoration: none;
}

.single .the_news .pad {
  margin-top: 10px;
  margin-bottom: 20px;
}

.single .the_news .pad img {
  width: 100%;
}

.single .the_sidebar .lfad img {
  width: 100%;
}

.single .the_sidebar .singlebpad {
  margin: 10px 0;
}

.single .the_sidebar .singlebpad img {
  width: 100%;
}

.single .the_sidebar .populer > .title {
  font-size: 23px;
  margin: 10px 0 5px 0;
}

.single .the_sidebar .populer .item {
  margin-bottom: 10px;
}

.single .the_sidebar .populer .item .title a {
  text-decoration: none;
  color: #333;
}

.single .the_sidebar .populer .item .time {
  margin-top: 5px;
  font-size: 13px;
}

.single .the_sidebar .populer .item .img {
  padding-right: 0;
}

.social-share {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.social-share a {
  color: #333;
  margin: 20px 0 10px 5px;
  text-decoration: none;
}

.social-share i {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f1f1f1;
  padding: 10px;
  font-weight: bold;
  -webkit-box-shadow: #b6b6b68f 0px 0px 0px 1px;
          box-shadow: #b6b6b68f 0px 0px 0px 1px;
}

.social-share i::before {
  font-family: "Font Awesome 5";
  font-weight: 400;
  margin-right: 5px;
}

.social-share .Telegram::before {
  content: "\f3fe";
}

.social-share .Viber::before {
  content: "\f409";
}

.social-share .WhatsApp::before {
  content: "\f232";
}

.social-share .Twitter::before {
  content: "\f099";
}

.social-share .Facebook::before {
  content: "\f39e";
}

.commentbox form {
  background-color: #f5f5f5;
  margin-bottom: 20px;
}

.commentbox form input,
.commentbox form textarea {
  font-family: Arial;
  font-weight: 100;
  width: 100%;
  resize: vertical;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
  border: none;
  font-size: 15px;
}

.commentbox form input {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
}

.commentbox p.comment-form-email {
  display: none;
}

.commentbox p.comment-form-author {
  float: inherit;
}

.commentbox .btn-ao-comment {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  padding: .75rem .75rem;
  font-size: 16px;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  color: #fff;
  background-color: #d90202;
  margin-bottom: 0;
}

.commentbox .btn-ao-comment input {
  color: #fff;
  border-bottom: none;
  padding: 0;
}

.comment-cont {
  margin-bottom: 20px;
}

.comment-cont > .title {
  font-size: 25px;
  color: #333;
}

.comment-cont .item {
  margin-top: 20px;
  background-color: #f5f5f5;
  padding-top: 10px;
}

.comment-cont .item .title {
  display: block;
  padding: 10px 4px;
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #333;
  margin: 0px 10px 10px 10px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 17px;
}

.comment-cont .item .title .name {
  float: left;
  margin: 0px 5px 0px 20px;
  font-weight: bold;
}

.comment-cont .item .title .date {
  float: right;
  color: #3c3c3c;
}

.comment-cont .item .render {
  color: #333;
  width: calc(100% - 30px);
  padding: 0 15px 10px 15px;
  font-size: 17px;
  font-family: sans-serif, Arial;
  border-top: none;
}

.gal-items {
  margin-bottom: 10px;
}

.gal-items img {
  width: 100%;
}

.notfound .notfound-text {
  font-size: 25px;
  text-align: center;
  width: 80%;
  margin: 5px auto 10px auto;
}

.notfound .notfound-text-search #notfount-search-term {
  font-weight: bold;
}

.notfound .search-form .search-form-group {
  width: 80%;
  margin: auto auto 10px auto;
}

.notfound .search-form .search-form-group .search-input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.notfound .search-form .search-form-group .search-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  font-family: "Font Awesome 5";
  font-weight: bold;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  direction: ltr;
  text-align: left;
}

footer .adr_ico::before,
footer .email_ico::before,
footer .phone_ico::before {
  font-family: "Font Awesome 5";
  font-weight: 400;
}

footer .email_ico, footer .phone_ico {
  margin-top: 3px;
}

footer .adr_ico::before {
  content: "\f3c5";
  margin-right: 13.5px;
}

footer .adr_no_ico {
  margin-left: 23.5px;
}

footer .email_ico::before {
  content: "\f0e0";
  margin-right: 10px;
}

footer .phone_ico::before {
  content: "\f879";
  margin-right: 10px;
}

footer .widget {
  color: white;
  font-family: "proxima nova";
  font-size: 14px;
  line-height: 21px;
}

footer .widget .widget-title {
  font-size: 18px;
  font-weight: bold;
}

footer .widget p {
  margin-bottom: 0;
}

footer .widget a {
  color: white;
  text-decoration: none;
}

footer .widget .socbut a {
  text-decoration: none;
}

footer .widget .socbut .facebook,
footer .widget .socbut .Twitter,
footer .widget .socbut .Teleg,
footer .widget .socbut .Youtube,
footer .widget .socbut .Insta,
footer .widget .socbut .Viber {
  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;
  font-family: "Font Awesome 5";
  font-weight: 400;
  font-size: 20px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  background: #5d5d5d;
  color: white;
  text-align: center;
}

footer .widget .socbut .facebook::before {
  content: "\f39e";
}

footer .widget .socbut .Twitter::before {
  content: "\f099";
}

footer .widget .socbut .Teleg::before {
  content: "\f3fe";
}

footer .widget .socbut .Youtube::before {
  content: "\f167";
}

footer .widget .socbut .Insta::before {
  content: "\f16d";
}

footer .widget .socbut .Viber::before {
  content: "\f409";
}

footer .widget .socbut .yt-sub {
  max-width: 171px;
  width: 100%;
  margin: 10px auto 0px auto;
}

footer .datetime-footer {
  text-align: right;
  margin-top: 20px;
}

footer .adv-links {
  font-size: 12px;
}

footer .adv-links a {
  color: #c4c4c4;
  text-decoration: none;
}

.footer nav {
  padding-right: 0;
  padding-left: 0;
}

.footer .navbar-brand {
  margin-right: 0;
}

.footer .date-nav {
  padding-right: 13px;
  padding: 8px 10px 8px 0;
}

.footer .date-nav .active a::after {
  display: none;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: ltr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "proxima nova";
  font-size: 12px;
  padding: 5px;
}

.footer-copyright .sep {
  margin: 0 10px;
}

.footer-copyright .sep::before {
  content: "|";
}

.footer-copyright a {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 991px) {
  .navbar {
    height: auto;
  }
  .navbar .nav-search-box {
    display: none;
  }
  .navbar-nav .active a::after, .navbar-nav .current-menu-item a::after {
    width: 100%;
  }
  .navbar-nav .active a::after {
    width: 100%;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .header-navbar-brand {
    margin-right: 0;
    padding: 0px 3px;
    border-radius: 5px;
  }
  .search-md-12 .s-md-f-r {
    width: calc(100% - 50px);
  }
  .covid19-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .covid19-banner .covid19-banner-item {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px;
  }
  .covid19-banner .covid19-banner-item p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .covid19-banner .covid19-banner-item ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .covid19-banner .covt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .covid19-banner .covt .covtitle {
    text-align: center;
  }
  .fnews .info .title a {
    font-size: 25px;
  }
  .news_small .time,
  .news_mid .time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_small .title,
  .news_mid .title {
    text-align: center;
    padding: 0 5px;
  }
  .news_small .title a,
  .news_mid .title a {
    font-size: 17px;
    line-height: 30px;
  }
  .social-share i span {
    display: none;
  }
  .social-share .Telegram {
    background: #0088CC;
    color: #fff;
    -webkit-box-shadow: #0088ccd3 0px 0px 0px 1px;
            box-shadow: #0088ccd3 0px 0px 0px 1px;
  }
  .social-share .Telegram::before {
    margin-right: 3px;
    margin-left: 2px;
  }
  .social-share .Viber {
    background: #8f5db7;
    color: #fff;
    -webkit-box-shadow: #8f5db7d3 0px 0px 0px 1px;
            box-shadow: #8f5db7d3 0px 0px 0px 1px;
  }
  .social-share .Viber::before {
    margin: 0 2px;
  }
  .social-share .WhatsApp {
    background: #128C7E;
    color: #fff;
    -webkit-box-shadow: #128C7Ed3 0px 0px 0px 1px;
            box-shadow: #128C7Ed3 0px 0px 0px 1px;
  }
  .social-share .WhatsApp::before {
    margin: 0 3px;
  }
  .social-share .Twitter {
    background: #1da1f2;
    color: #fff;
    -webkit-box-shadow: #1da1f2d3 0px 0px 0px 1px;
            box-shadow: #1da1f2d3 0px 0px 0px 1px;
  }
  .social-share .Twitter::before {
    margin: 0 2px;
  }
  .social-share .Facebook {
    background: #3b5998;
    color: #fff;
    -webkit-box-shadow: #3b5898d3 0px 0px 0px 1px;
            box-shadow: #3b5898d3 0px 0px 0px 1px;
  }
  .social-share .Facebook::before {
    margin: 0 5px;
  }
  .single .the_sidebar .lfad,
  .single .the_sidebar .singlebpad {
    text-align: center;
  }
  .single .the_sidebar .lfad img,
  .single .the_sidebar .singlebpad img {
    width: unset;
  }
  .single .the_sidebar .populer .item .img {
    padding-left: 15px;
  }
  .single .the_sidebar .populer .item .title {
    font-size: 18px;
  }
  .single .the_sidebar .populer .item .time {
    margin-top: 20px;
  }
  .single .the_news .render > * {
    margin: 0 0 20px;
    width: 100% !important;
    color: #333;
    text-overflow: clip;
  }
  footer .widget .socbut .row {
    margin-right: -4px;
  }
  .md-justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  footer .widget .socbut .yt-sub {
    margin-right: 0;
  }
  .footer .date-nav {
    padding-right: 13px;
  }
  .fnews .info {
    text-align: center;
  }
  .fnews .info .title {
    margin-top: 10px;
  }
  .fnews .info .title a {
    font-size: 28px;
  }
  .fnews .info .time {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .fnews .fimg {
    padding-right: 15px;
    padding-left: 15px;
  }
  .fad {
    text-align: center;
    margin-top: 10px;
  }
  .fad img {
    width: unset;
  }
  .md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

@media only screen and (max-width: 767px) {
  .sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .covid19-banner .covid19-banner-item ul li .number {
    font-size: 14px;
  }
  .lp-10 {
    padding-left: 15px;
  }
  .yt-sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .sm-w-20 {
    width: 20%;
  }
  .yt-sm:nth-child(1) {
    margin-top: 0;
  }
  .news_small .time,
  .news_mid .time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_small .title,
  .news_mid .title {
    text-align: center;
    padding: 0 5px;
  }
  .news_small .title a,
  .news_mid .title a {
    font-size: 17px;
    line-height: 30px;
  }
  .sm-justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .ao-jobs {
    margin-top: 30px;
  }
  .text-align-center-sm {
    text-align: center;
  }
  footer .datetime-footer {
    text-align: center;
  }
  .single .the_sidebar .populer .item .title {
    font-size: 16px;
  }
  .single .the_sidebar .populer .item .time {
    margin-top: 10px;
  }
  .multicol .right .item {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
  }
  .archive_top .fnews .info .title {
    margin-top: 0;
  }
  .archive_top .fnews_sub .info .time {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
  }
  .archive_top .fnews_sub .info .title {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .gel-left .row .mb-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 0 !important;
  }
  .gel-left .item .title a {
    font-size: 15px;
  }
  .gel-left .item .img .pic-ico {
    font-size: 25px;
  }
  .text-align-center-xm {
    text-align: center;
  }
  .xs-justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .ao-soc {
    margin-top: 30px;
  }
  footer .widget .socbut .row {
    margin-right: -13px;
  }
  footer .widget .socbut .yt-sub {
    margin-right: auto;
  }
}

@media only screen and (max-width: 425px) {
  .footer-copyright {
    display: block;
    text-align: center;
  }
  .sep {
    display: none;
  }
  li {
    padding: 5px;
  }
  .single .the_sidebar .populer .item .title {
    font-size: 15px;
  }
  /*
    .single .the_sidebar .populer .item .img {
        padding-left: 0;
    }
    */
  .single .the_sidebar .populer .item .time {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .covid19-banner .covid19-banner-item ul li .number {
    font-size: 10px;
  }
}

@media only screen and (max-width: 390px) {
  .line-r-f * {
    display: inline-block;
    border: 1px solid #c9c9c9;
    padding-right: 10px;
    margin-bottom: 10px;
    margin: 2px;
    padding: 2px 4px;
  }
}

/* Icon 1 */
.animated-hamburger-button {
  border: none;
  overflow: hidden;
  padding-top: 0;
}

.animated-hamburger-button::-moz-focus-inner {
  border: 0;
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.animated-hamburger-button:active, .animated-hamburger-button:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

.animated-hamburger-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-hamburger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-hamburger-icon span {
  background: #fff;
}

.animated-hamburger-icon span:nth-child(1) {
  top: 0px;
}

.animated-hamburger-icon span:nth-child(2) {
  top: 10px;
}

.animated-hamburger-icon span:nth-child(3) {
  top: 20px;
}

.animated-hamburger-icon.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-hamburger-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-hamburger-icon.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.spinner-anim {
  -webkit-animation: colorchangeblack .75s linear infinite;
          animation: colorchangeblack .75s linear infinite;
}

@-webkit-keyframes colorchangeblack {
  0% {
    color: #747474;
  }
  100% {
    color: #333;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes colorchangeblack {
  0% {
    color: #747474;
  }
  100% {
    color: #333;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */