html {
  font-size: 10px;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.55em;
  color: #5d5d5d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
h1 {
  margin: 0 0 0.5em;
}
h2 {
  font-weight: 500;
  font-size: 4rem;
  color: #121212;
  line-height: 1.25em;
  margin: 0 0 0.5em;
}
h4 {
  font-size: 1.6rem;
}

img {
  /* height: 100%; */
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}

a:hover {
  text-decoration: none;
  color: #e3001b;
}

a {
  color: #252525;
}

.box-post-txt a {
  color: #e3001b;
}

.box-post-txt a:hover {
  text-decoration: underline;
}

a:focus {
  text-decoration: underline;
  box-shadow: inset 0px 0px 0px 1px #e3001b;
}

#skiplink li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.skiplink {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.skip-link {
  position: absolute;
  left: -9999em;
}
.skip-link:focus {
  position: absolute;
  left: 0;
  width: 300px;
  background: black;
  color: white;
  height: 30px;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

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

section {
  margin-bottom: 0px;
  margin-top: 0px;
}

.img-float-left {
  float: left;
  display: inline;
  margin: 0 20px 10px 0;
}
.img-float-right {
  float: right;
  display: inline;
  margin: 0 0 10px 20px;
}

/* btn */
.btn {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.143em;
  letter-spacing: 1px;
  font-weight: 700;
  color: #fff !important;
  background: #e3001b;
  border: 2px solid #e3001b;
  border-radius: 4px;
  padding: 1.5rem 2.5rem;
  text-transform: uppercase;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn:hover {
  background: #fff;
  color: #e3001b !important;
  border: 2px solid #e3001b;
}

.btn-link {
  color: #e3001b;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  font-size: 14px;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn-link:hover {
  color: #e3001b;
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.btn-link:hover i {
  padding-left: 10px;
  color: #e3001b;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

.box-blog-post {
  margin-top: 20px;
}

/* ===============
   TOP BOXES 
   =============== */
.top-boxes {
  background: #f1f1f1;
}
.top-boxes .row {
  margin-right: 0;
  margin-left: 0;
}
.top-boxes .col-12 {
  padding: 0;
}
.top-boxes .inner {
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.top-boxes .inner p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.top-boxes .inner h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
.top-boxes .inner a {
  color: #fff;
}
.top-boxes .btn {
  font-size: 1.4rem;
  line-height: 1.143em;
  font-weight: 700;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.2rem 2.5rem;
  border: 2px solid #fff;
  border-radius: 100px;
  align-self: flex-start;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.top-boxes .btn:hover {
  background: #fff;
  color: #e3001b;
  border-color: #fff;
}

.top-boxes .box-top-01 {
  background: #19171c;
}
.top-boxes .box-top-02 {
  background: #e3001b;
}
.top-boxes .box-top-03 {
  background: #19171c;
}
.top-boxes .box-top-04 {
  background: #e3001b;
}
.top-boxes .box-top-05 {
  background: #e3001b;
}
.top-boxes .box-top-06 {
  background: #19171c;
}
.top-boxes .box-top-07 {
  background: #e3001b;
}

.top-boxes .box-top-08 {
  background: #19171c;
  border-bottom-right-radius: 10px;
}
.top-boxes .row {
  margin-top: -120px;
}

/* box */

.header-top-box a {
  color: #e3001b;
}

.header-top-box {
  font-size: 18px;
  font-weight: 700;
  color: #121212;
  text-align: center;
}

.top-box {
  position: relative;
  padding-bottom: 10%;
  margin: 7px 7px 0 0;
  background: #e3001b;
}

.box-on {
  position: absolute;
  left: 30px;
  top: 50px;
  width: 80%;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
}

.box-on .header-top-box a,
.box-on p {
  color: #fff;
}
.box-on .header-top-box a:hover {
  color: #e3001b;
}

.box-on {
  margin-bottom: 20px;
  display: block;
}

/* header top*/
.header-top {
  padding: 1.1rem 0;
  background: #e3001b;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 0px;
}
.header-top a {
  color: #fff;
}
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.header-top ul li {
  margin-right: 28px;
}
/* .header-top ul.icon-links {
  float: right;
} */

.header-top ul li:last-child {
  margin-right: 0;
}

/* header top2*/
.header-top2 {
  padding: 1.1rem 0;
  background: #f6f6f6;
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: 0px;
}
.header-top2 a {
  color: #121212;
}
.header-top2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.header-top2 ul li {
  margin-right: 30px;
}
.header-top2 ul.icon-links2 li a {
  color: #5d5d5d;
}

.header-top2 ul li:last-child {
  margin-right: 0;
}
/******************************************/
ul.icon-links a i {
  font-size: 22px;
  font-weight: 700;
}

ul.icon-links a span {
  font-size: 22px;
  font-weight: 700;
}

/* social networks */
ul.icon-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
/* ul.icon-links li {
  margin-left: 30px;
  margin-right: 0;
} */

/******************************************/
ul.icon-links2 a i {
  font-size: 22px;
  font-weight: 700;
}

ul.icon-links2 a span {
  font-size: 22px;
  font-weight: 700;
}

/* social networks */
ul.icon-links2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
/******************************************/

/* footer */
footer {
  background: #121212;
  padding: 58px 0 54px;
  color: #d6d6d6;
}
footer h2 {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.158em;
  margin: 0 0 1.211em;
  font-weight: 500;
}
footer ul.icon-links li {
  margin-bottom: 10px;
  margin-left: 10px;
}
footer ul.icon-links li a {
  font-size: 16px;
  line-height: 20px;
  color: #9a9a9a;
}
footer ul.icon-links li a:hover {
  color: #fff;
}
footer .category-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .category-footer-menu li {
  margin-bottom: 1.2rem;
}
footer .category-footer-menu a {
  font-size: 16px;
  line-height: 20px;
  color: #9a9a9a;
}
footer .category-footer-menu a:hover {
  color: #fff;
}
footer .copy-bottom {
  border-top: 1px solid #9a9a9a;
  padding-top: 55px;
  padding-bottom: 0;
  margin-top: 55px;
  text-align: center;
}

footer .copy-bottom ul.icon-links li {
  margin-right: 22px;
  margin-left: 0;
}
footer .copy-bottom ul.icon-links li a {
  font-size: 24px;
  color: #6c6c6c;
}
footer .copy-bottom ul.icon-links li a:hover {
  color: #fff;
}

/*main menu*/
.main-menu {
  background: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin: 0;
}
.main-menu a {
  font-family: "Quicksand", sans-serif;
  color: #121212;
  font-size: 1.35rem;
  line-height: 1.286em;
  /* letter-spacing: 0.7px; */
  padding: 0;
  padding-left: 0 !important;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.dropdown-item {
  font-weight: 500 !important;
  line-height: 1.4em !important;
  letter-spacing: 0px !important;
}

.main-menu a:hover {
  color: #e3001b;
}
.navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 5px;
  padding: 20px;
}
/* .navbar-nav .dropdown-menu a {
  padding: 5px 0;
} */
.navbar-nav .dropdown-menu a:hover {
  background: none;
}

ul.dropdown-menu li > ul.dropdown-menu {
  left: 100%;
  top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
  display: block;
}

/*section - box-6elements */
.box-6elements .box-inner {
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-radius: 10px;
}
.box-6elements .box-inner img {
  border-radius: 10px 10px 0 0;
}
.box-6elements .box-inner .inner {
  padding: 40px;
}
.box-6elements .box-inner h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.box-6elements .box-inner h3 a {
  color: #000;
}
.box-6elements .box-inner h3 a:hover {
  color: #e3001b;
}
.box-6elements .box-inner p {
  font-size: 16px;
  margin-bottom: 20px;
}

/* section - box-icons*/
.box-icons {
  background: #f6f6f6;
  text-align: center;
  padding: 70px 0;
  margin-bottom: 0;
}
.box-icons .inner {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 30px 15px;
  margin-bottom: 24px;
}
.box-icons .inner h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.box-icons .inner i {
  font-size: 50px;
  color: #e3001b;
  width: 12rem;
  height: 12rem;
  margin: 0 auto 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box-icons .inner p {
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 18px;
}
.box-icons .inner .btn {
  font-size: 1.4rem;
  line-height: 1.143em;
  font-weight: 700;
  color: #e3001b !important;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.2rem 2.5rem;
  border: 2px solid #e3001b;
  border-radius: 100px;
  align-self: flex-start;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.box-icons .inner .btn:hover {
  background: #e3001b;
  color: #fff !important;
}

/* section - blue box*/
.box-blue {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 70px 0;
  margin-bottom: 0;
}

.box-blue h2 {
  color: #fff;
}
.box-blue .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.box-blue .btn:hover {
  background: #fff;
  border-color: #fff;
  color: #e3001b;
}

/* section - box-slider */
.box-slider {
  text-align: center;
  background: url(../images/01.jpg) no-repeat;
  color: #fff;
  background-size: cover;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.box-slider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
}
.box-slider h2 {
  color: #fff;
  z-index: 1;
}
.box-slider p {
  z-index: 1;
}
.box-slider .inner {
  width: 50%;
  margin: 0 auto;
}
.box-slider .inner img {
  border-radius: 200px;
  margin-bottom: 20px;
}

/* carousel*/
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next i,
.carousel-control-prev i {
  border-radius: 200px;
  background: #e3001b;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 0.5;
}

/* section - main-banner */
.main-banner {
  background: url(../images/main.jpg) no-repeat;
  color: #fff;
  background-size: cover;
  min-height: 400px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
.main-banner h2 {
  color: #fff;
  /* font-size: 72px; */
}

.main-banner form {
  margin: 0;
  padding: 0;
}

.main-banner .main-search input {
  padding: 2.5rem 2.5rem;
}

.main-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}
.main-banner .container {
  z-index: 1;
}

.main-search {
  background-color: rgba(243, 243, 245, 0.82);
  border-color: rgba(0, 0, 0, 0);
  padding: 35px 35px;
}

/* gallery */
.box-gallery {
  background: #f6f6f6;
  padding: 50px 0;
  margin-bottom: 0;
}
.box-gallery h2 {
  font-weight: 700;
}
.gallery-box-item {
  position: relative;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  margin-bottom: 20px;
}

.gallery-box-img {
  width: 100%;
  height: 240px;
}
/* .gallery-box-item:before {
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "+";
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  align-items: center;
  font-weight: 900;
  border-radius: 10px;
}
.gallery-box-item:hover:before {
  opacity: 1;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
} */
/* .gallery-box-item img {
  border-radius: 10px;
} */

.modal-content {
  border: 0;
  border-radius: 10px;
}
.modal-header {
  border: 0;
  padding: 0;
}
.modal-body {
  padding: 0;
  position: relative;
}
.modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e3001b;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  color: #fff;
}
.modal-body img {
  border-radius: 10px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 !important;
  /* border-radius: .25rem; */
}

.ujk-home {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  /* margin-bottom: 3px;
  margin-left: 3px; */
}

.card-ujk-home h5 {
  text-align: left;
  font-size: 18px;
}

.card-ujk-home a {
  color: white;
}

.card-ujk-home a:hover {
  color: #e3001b;
}

.card-ujk-home:hover a img {
  filter: brightness(0.8) saturate(100%);
  -webkit-filter: brightness(0.8) saturate(100%);
}

/* header */
header {
  padding: 20px 0;
}
header span,
header p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.429em;
  color: #999596;
}
header p a {
  margin-top: 5px;
}
header a {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.429em;
  color: #333;
  font-weight: 500;
  display: block;
}
header h2 {
  color: #000;
  font-weight: 700;
  font-size: 21px;
}

header h2 p {
  font-weight: 400;
}
header a h2 {
  margin-top: -4px !important;
}
header .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
header .col-md-5 .inner {
  border: 0;
  padding: 0;
}
header i {
  font-size: 30px;
  margin-right: 10px;
  color: #ddd;
  display: flex !important;
  align-items: center;
}
header .logo i {
  font-size: 60px;
  color: #e3001b;
}

.godlo {
  margin-right: 20px;
}

header ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
  float: right;
}
header ul li {
  display: flex;
  flex-direction: row;
  height: 100%;
  border-right: 1px solid #e9e9e9;
  margin-right: 20px;
  padding-right: 20px;
}
header ul li:last-child {
  padding: 0;
  margin: 0;
  border-right: 0;
  text-align: right;
}
header .btn {
  padding: 10px 20px;
}

/* section - box-numers */
.box-numbers {
  text-align: center;
  background: url(../images/12.jpg) no-repeat;
  color: #fff;
  background-size: cover;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.box-numbers:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}
.box-numbers .text {
  border: 0;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  font-size: 15px;
}
.box-numbers .number {
  font-size: 72px;
  color: #e3001b;
}

/* box-sidebar*/
.box-sidebar {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  padding: 20px;
  margin-bottom: 30px;
  color: #121212;
}

/* .box.sidebar div div a img {
  object-fit: contain;
} */

/* box-sidebar hp*/
.box-sidebar-hp {
  padding: 0;
  margin-bottom: 0;
}
/* post */
.post {
  padding: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.post:hover {
  background: #f6f6f6;
}
.post:hover .header-post a {
  color: #e3001b;
}
.header-post {
  font-size: 21px;
  font-weight: 700;
  color: #121212;
}
.header-post a {
  color: #121212;
}
.post-info {
  color: #999596;
  font-size: 16px;
}
.post-info span {
  padding-right: 20px;
}

.big-post {
  position: relative;
}
.post-on {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 65%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
}

.post-on .header-post a,
.post-on p {
  color: #fff;
}
.post-on .post-info {
  margin-bottom: 20px;
  display: block;
}
.post-all-btn {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* section - serach-box */
.search-box {
  background: #e3001b;
  color: #fff;
  display: flex;
  padding: 1% 0;
  margin-bottom: 0;
  font-weight: 500;
}
.search-box form {
  display: flex;
  width: 60%;
  margin: 0 auto;
}

.search-box form input[type="text"] {
  width: 100%;
  background: transparent;
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.search-box .btn {
  background: #000;
  border-color: #000;
  margin-left: 20px;
}
/* ::-webkit-input-placeholder {

  color: #fff;
}
::-moz-placeholder {

  color: #fff;
}
:-ms-input-placeholder {

  color: #fff;
}
:-moz-placeholder {
  
  color: #fff;
} */

/*footer- acticites */
.footer-activities h3 a {
  color: #999596 !important;
  font-size: 16px;
  font-weight: 600;
}
.footer-activities h3 a:hover {
  color: #fff !important;
}
.footer-activities .post-info {
  color: #999596;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.footer-activities .row {
  margin-bottom: 20px;
}

/*section - box-txt */
.box-txt .container {
  width: 60%;
}
.box-txt h2 span {
  display: block;
  font-size: 23px;
}

.box-gallery-in {
  margin-bottom: 40px;
}

/*search - dropdown in menu */
.dropdown-search .dropdown-menu {
  padding: 10px;
}
.dropdown-search form {
  display: flex;
}
.dropdown-search form input {
  height: 20px;
  border: 0;
}
.dropdown-search form i {
  font-size: 16px;
  margin-left: 20px;
}
.dropdown-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.dropdown-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.dropdown-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.dropdown-search :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.navbar-nav {
  width: 100%;
}
.navbar-nav .dropdown-search {
  margin-left: auto !important;
}
.navbar-nav .dropdown-search a {
  margin: 0;
}
.navbar-nav .dropdown-search .dropdown-toggle::after {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #e3001b;
  background-color: #fff;
}
/* section - box-breadcrumb*/
.box-breadcrumb {
  margin: 0;
  padding: 30px 0;
  overflow: hidden;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.breadcrumb {
  background: #fff;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
.breadcrumb a:hover {
  color: #000;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item.active {
  color: #000;
}
.box-breadcrumb.box-breadcrumb-title {
  padding: 30px 0 60px 0;
}
.box-breadcrumb.box-breadcrumb-title h1 {
  float: left;
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.box-breadcrumb.box-breadcrumb-title .breadcrumb {
  float: right;
  margin: 10px 0;
  line-height: 40px;
}

/* box post */

.post-image-thumbnail {
  width: 100%;
}

#post-image-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.box-post {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
}
.box-post-body {
  padding: 30px;
}
.box-post-body .post-info {
  margin: 20px 0 30px 0;
  display: block;
}
.box-post-body .header-post {
  font-size: 30px;
}
.box-post-body .header-post a:hover {
  color: #e3001b;
}
/* box-full-width */
.box-full-width h1 {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  margin-bottom: 30px;
}
.box-full-width p {
  text-align: justify;
}

/*sidebar- acticites */
.sidebar-activities h3 a {
  color: #121212 !important;
  font-size: 16px;
  font-weight: 600;
}
.sidebar-activities h3 a:hover {
  color: #e3001b !important;
}
.sidebar-activities .post-info {
  color: #121212;
  font-size: 14px;
  display: block;
}
.sidebar-activities .row {
  margin-bottom: 20px;
}
/*sidebar-  header-sidebar*/
.header-sidebar {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 20px;
}

/*category sidebar*/
.sidebar-category-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-category-menu a {
  font-size: 15px;
  line-height: 19px;
  color: #000;
  margin: 5px 5px 10px 0;
  display: inline-block;
}
.sidebar-category-menu a:hover {
  color: #e3001b !important;
}

/*sidebar - search */
.sidebar-search-form {
  width: 100%;
  background: #ededed;
  height: 50px;
  position: relative;
}
.sidebar-search-form input {
  background: transparent;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.sidebar-search-form i {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 25px;
  color: #6f6f6f;
}
.sidebar-search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6f6f6f;
  font-weight: 300;
}
.sidebar-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f6f6f;
  font-weight: 300;
}
.sidebar-search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #6f6f6f;
  font-weight: 300;
}
.sidebar-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #6f6f6f;
  font-weight: 300;
}

/*sidebar- table-calendar */
.table-calendar {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.table-calendar thead {
  background: #e3001b !important;
  color: #fff;
}
.table-calendar thead a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0 10px;
}
.table-calendar thead a:hover {
  color: #333;
}
.table-calendar td.muted {
  opacity: 0.4;
}
.table-calendar th {
  font-weight: 400;
  padding: 5px 0;
}
.table-calendar tbody {
  background: #fcfcfc;
  font-size: 13px;
}
.table-calendar strong {
  font-weight: 900;
}

/* wordpress style */

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.55em;
  padding: 0 4px 5px;
  margin: 0;
}

/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
  position: relative;
  width: 100%;
  /* padding: 30px 0 0 0; */
}

.top-news .tn-img {
  position: relative;
  overflow: hidden;
}

.top-news .tn-img img {
  width: 100%;
}

.top-news .tn-img:hover img {
  filter: brightness(0.8) saturate(100%);
  -webkit-filter: brightness(0.8) saturate(100%);
}

.top-news .tn-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 10px 15px 20px;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0.9)
  );
  display: flex;
  align-items: flex-end;
}

.top-news .tn-title a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s;
}

.top-news .tn-left .tn-title a {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.top-news .tn-title a:hover {
  color: #e3001b;
}

.top-news .tn-left {
  margin-bottom: 30px;
}

.top-news .tn-right {
  margin-bottom: 5px;
  padding: 0 30px;
}

.top-news .tn-right .col-md-6 {
  padding: 0;
}

.top-news .slick-prev,
.top-news .slick-next {
  width: 28px;
  height: 28px;
  z-index: 1;
  transition: 0.5s;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
}

.top-news .slick-prev {
  left: 30px;
}

.top-news .slick-next {
  right: 30px;
}

.top-news .slick-prev:hover,
.top-news .slick-prev:focus,
.top-news .slick-next:hover,
.top-news .slick-next:focus {
  color: #ffffff;
  background: #ff6f61;
}

.top-news .slick-prev::before,
.top-news .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
}

.top-news .slick-prev::before {
  content: "\f104";
}

.top-news .slick-next::before {
  content: "\f105";
}

/**********************************/
/********** Tab News CSS **********/
/**********************************/
.tab-news {
  position: relative;
  width: 100%;
}

.tab-news .col-md-6,
.tab-news .col-12 {
  margin-bottom: 60px;
}

.tab-news .nav.nav-pills .nav-link {
  color: #ffffff;
  background: #000000;
  border-radius: 0;
}

.tab-news .nav.nav-pills .nav-link:hover,
.tab-news .nav.nav-pills .nav-link.active {
  color: #ffffff;
  background: #e3001b;
}

.tab-news .tab-content {
  padding: 30px 15px 15px 15px;
  background: rgba(0, 0, 0, 0.05);
}

.tab-news .tn-news {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background: #ffffff;
}

.tab-news .tn-img {
  min-width: 100px;
  max-width: 100px;
  margin: 8px 8px 8px 5px;
}

.tab-news .tn-img img {
  width: 150px;
}

.tab-news .tn-title {
  padding: 10px 15px;
}

.tab-news .tn-title a {
  color: #000000;
  /* font-size: 18px;
    font-weight: 400; */
  transition: all 0.3s;
}

.tab-news .tn-title a:hover {
  color: #e3001b;
}

.cat-page-img {
  max-width: 300px;
}

/* ==========================================================================
   Media Queries                                                          =mq
   ========================================================================== */

@media only screen and (max-width: 991px) {
  .top-boxes .row {
    margin-top: 0;
  }
  .top-boxes .container {
    margin: 0 auto;
    padding: 0;
  }
  .top-boxes .box-top-01 {
    border-top-left-radius: 0;
  }
  .top-boxes .box-top-04 img {
    border-top-right-radius: 0;
  }
  .top-boxes .box-top-05 img {
    border-bottom-left-radius: 0;
  }
  .top-boxes .box-top-08 {
    border-bottom-right-radius: 0;
  }
  .top-boxes .box-top-02 {
    order: 1;
  }
  .top-boxes .box-top-01 {
    order: 2;
  }
  .top-boxes .box-top-04 {
    order: 3;
  }
  .top-boxes .box-top-03 {
    order: 4;
  }
  .top-boxes .box-top-05 {
    order: 5;
  }
  .top-boxes .box-top-06 {
    order: 6;
  }
  .top-boxes .box-top-07 {
    order: 7;
  }
  .top-boxes .box-top-08 {
    order: 8;
  }

  .box-on {
    position: unset;
    width: 100%;
  }
  .top-box img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .box-blue {
    padding: 30px 0;
  }

  .box-slider h2,
  .box-slider p {
    margin: 10px 20px;
  }
  .box-slider .inner {
    width: 80%;
  }
  .box-slider {
    padding: 30px 0;
  }

  .main-banner {
    min-height: 400px;
  }

  .main-banner .container {
    padding: 0;
  }

  .main-banner .main-search input {
    padding: 2.5rem 1rem 2.5rem 1rem;
  }

  header h2 {
    margin-right: 40px;
  }

  header ul {
    display: none;
  }

  .box-numbers {
    padding-top: 20px;
  }
  .box-numbers .col-12 {
    margin-bottom: 20px;
  }

  .post-on {
    position: unset;
    width: 100%;
  }
  .big-post img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .search-box form {
    width: 100%;
  }

  .search-box form input[type="text"] {
    width: 60%;
  }

  .box-txt .container {
    width: 100%;
  }

  .dropdown-search form input {
    height: 35px;
    border-radius: 10px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
  .dropdown-search form i {
    padding-top: 10px;
    padding-right: 10px;
  }
  .navbar-collapse {
    background: #fff;
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    padding: 20px 0;
    transition: height 0s ease;
    z-index: 2000;
  }
  .main-menu {
    border-bottom: 0;
  }
  .main-menu a {
    font-size: 15px;
    margin: 0;
    padding: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-nav .dropdown-search {
    margin: 10px 15px !important;
  }
  .navbar-nav .dropdown-search a {
    display: none;
  }
  .navbar-nav .dropdown-search form {
    border: 1px solid #aaa;
    border-radius: 10px;
  }
  .dropdown-search .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar-collapse.collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
    overflow: scroll;
  }
  .main-menu {
    position: absolute;
    top: -10px;
    right: 10px;
  }
  .navbar-toggler {
    font-size: 25px;
  }

  .box-breadcrumb {
    padding: 10px 0;
  }
  .box-breadcrumb.box-breadcrumb-title {
    padding: 10px 0;
  }
  .box-breadcrumb.box-breadcrumb-title h1,
  .box-breadcrumb.box-breadcrumb-title .breadcrumb {
    float: inherit;
  }

  #header-top-menu li.menu-item {
    margin-bottom: 3px;
  }

  .header-top ul {
    flex-wrap: wrap;
    padding-right: 25px;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-top ul li {
    margin-right: 20px;
  }

  .header-top2 ul {
    flex-wrap: wrap;
    padding-right: 25px;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-top2 ul li {
    margin-right: 20px;
  }

  #header-icon-box {
    justify-content: flex-start !important;
  }

  #header-icon-box2 {
    justify-content: flex-start !important;
  }

  header a h2 {
    margin: 0 0 0.5em !important;
  }

  .box-blue .btn {
    margin: 10px;
  }

  .footer-box {
    margin-bottom: 2rem;
  }
  footer {
    padding: 25px 0 25px;
  }

  section {
    margin-bottom: 30px;
  }

  .img-float-left,
  .img-float-right {
    float: inherit;
    margin: 20px auto;
    display: block;
  }

  .box-gallery .container .row div:nth-of-type(3) {
    display: none;
  }

  /* .gallery-box-img{
    height: auto;
  } */
  .ujk-home {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner {
    min-height: 100px;
  }
  .main-search {
    margin: 0;
    padding: 35px 15px 35px 15px;
  }

  /* .main-search button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  } */

  .box-post {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
  }

  .box-post-body {
    padding: 15px 0 0 0;
  }

  .box-sidebar {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 0;
    border: none;
    border-top: 1px solid #f1f1f1;
    border-radius: 0;
  }

  .cat-page {
    margin-top: -10px;
  }
  .cat-page-img {
    float: none !important;
    display: block;
    margin: 0 !important;
    width: 100%;
    object-fit: cover;
    max-height: 300px;
    max-width: none;
  }
  .page-pagination-bottom {
    margin-top: 0 !important;
  }

  .page-pagination-top {
    margin-bottom: 0 !important;
  }

  .post-info {
    margin: -5px 0 10px 0 !important;
  }
  ul {
    padding-left: 15px;
  }
  .btn {
    padding: 1rem 2rem;
  }
  .gallery-box-img {
    height: auto;
  }
  .ujk-home {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
    position: relative;
  }
  .navbar-expand-lg .navbar-nav li {
    padding: 5px 0;
  }
  .navbar-nav .dropdown-search {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  /* .main-menu a {
    margin-right: 20px;
  } */
  .header-top ul li {
    margin-right: 25px;
  }
}
