@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import "../fonts/fa/css/all.min.css";
body {
  font: 16px "Open Sans", sans-serif;
  background: #FCFCFC;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 32px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 26px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 22px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 20px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 18px;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:hover {
  color: #2163e8;
}

img {
  max-width: 100%;
}

.transparent {
  background: transparent;
}

.bg-black {
  background: #17222B;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-gray-2 {
  background: #ECEDEE;
}

.accordion-flush .accordion-item .accordion-button span {
  font-weight: 500;
  color: #576ad1;
}

.accordion-button:not(.collapsed) {
  background: #f5f9fc;
  color: #2163e8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(227, 235, 238, 0.13);
  box-shadow: inset 0 -1px 0 rgba(227, 235, 238, 0.13);
}

.accordion-body {
  border: 1px dashed #e9eaeb;
}

.widget-content .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

.widget-content .accordion-flush .accordion-item .accordion-button {
  border-radius: 6px;
  background: #e9eaeb;
  padding: 1rem;
} 
.widget-content .accordion-flush .accordion-item .accordion-button span {
  font-weight: 500;
  color: #666;
  padding-right: 10px;
}
.widget-content .accordion-body {
  border: 0;
}

/* HEADER */

.header-top {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}

.header-top .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 0;
}

.header-top .wrap .header-btn-menu .nav-icon {
  font-size: 22px;
  line-height: 22px;
  color: #212529;
}

.header-top .wrap .header-btn-menu .nav-icon:hover {
  color: #2163e8;
}

.header-top .wrap .header-top-text {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}

.header-top .wrap .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .wrap .header-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.header-top .wrap .header-top-social .item {
  position: relative;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-top .wrap .header-top-social .item i {
  font-size: 14px;
}

.header-top .wrap .header-top-social .item span {
  margin-left: 5px;
  font-size: 14px;
}

.header-top .wrap .header-top-social .item:last-child {
  margin-right: 0;
}

.header-top .wrap .header-top-social .item:hover {
  color: #2163e8;
}

.header-top .wrap .header-top-social .item-facebook:hover {
  color: #568fce;
}

.header-top .wrap .header-top-social .item-instagram:hover {
  color: #E1306C;
}

.header-top .wrap .header-top-social .item-twitter:hover {
  color: #1DA1F2;
}

.header-top .wrap .header-top-social .item-youtube:hover {
  color: #FF0000;
}

.header-top .wrap .lang-actions {
  display: none;
}

.header-top .wrap .lang-actions .icon {
  color: #757575;
}

.header-top .wrap .lang-actions .links {
  color: #757575;
}

.header-top .wrap .lang-actions .links .active {
  color: #8fbcff;
}

.header-top .wrap .lang-actions .links a {
  color: #757575;
}

.header-top .wrap .lang-actions .links a:hover {
  color: #2163e8;
}

.header {
  position: relative;
  background: #fff;
  padding: 20px 0;
}

.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .wrap .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .wrap .header-links a {
  color: #262626;
}

.header .wrap .header-links a:hover {
  color: #2163e8;
}

.header-nav {
  position: relative;
  background: #212529;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.header-nav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header-nav .wrap .nav-icon {
  color: #d2d3e2;
}

.header-nav .wrap .nav-item {
  position: relative;
  display: inline-block;
}

.header-nav .wrap .nav-item .nav-link {
  padding: 15px 25px;
  color: #d2d3e2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.1px;
}

.header-nav .wrap .nav-item .nav-link:hover {
  color: #fff;
}

.header-nav .wrap .dropdown-menu {
  padding: 15px;
  margin-top: 0;
  border-top: 3px solid #2163e8;
  border-radius: 0;
  background: #212529;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 300px;
}

.header-nav .wrap .dropdown-menu .dropdown-item {
  color: #f8f9fa;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
}

.header-nav .wrap .dropdown-menu .dropdown-item:hover {
  background: #f8f9fa;
  color: #212529;
  border-radius: 6px;
}

.header-nav .wrap .megamenu {
  padding: 30px 0;
  border-top: 3px solid #2163e8;
  border-radius: 0;
  background: #212529;
  margin-top: 0;
}

.header-nav .wrap .megamenu-columns {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.header-nav .wrap .megamenu-columns .megamenu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.header-nav .wrap .megamenu-columns .megamenu-col .megamenu-title a {
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
  color: #d2d3e2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.1px;
  border-bottom: 1px solid;
}

.header-nav .wrap .megamenu-columns .megamenu-col .megamenu-title a:hover {
  color: #2163e8;
}

.header-nav .wrap .megamenu-columns .megamenu-col .megamenu-links a {
  display: block;
  padding: 10px 20px;
  color: #d2d3e2;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.header-nav .wrap .megamenu-columns .megamenu-col .megamenu-links a:hover {
  background: #f8f9fa;
  color: #212529;
  border-radius: 6px;
}

.header-nav .wrap .megamenu-columns .megamenu-col:last-child {
  border-right: 0;
}

/* TITLE */

.section-title {
  position: relative;
  font-weight: 600;
  margin-bottom: 30px;
}

.section-title h2 {
  display: block;
  font-size: 22px;
  max-width: 100%;
  padding-bottom: 15px;
  border-bottom: 3px solid #e9eaeb;
}

.section-title h2:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #2163e8;
  display: block;
  position: relative;
  top: 18px;
}

/* SEC PADDING */

.sec-small-padding {
  padding: 30px 0;
}

.sec-padding {
  padding: 50px 0;
}

.sec-big-padding {
  padding: 90px 0;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px 0;
}

.m20 {
  margin: 20px 0;
}

.m30 {
  margin: 30px 0;
}

.m40 {
  margin: 40px 0;
}

.m50 {
  margin: 50px 0;
}

.m60 {
  margin: 60px 0;
}

.m70 {
  margin: 70px 0;
}

.m80 {
  margin: 80px 0;
}

.m90 {
  margin: 90px 0;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.p0 {
  padding: 0;
}

.p10 {
  padding: 10px 0;
}

.p20 {
  padding: 20px 0;
}

.p30 {
  padding: 30px 0;
}

.p40 {
  padding: 40px 0;
}

.p50 {
  padding: 50px 0;
}

.p60 {
  padding: 60px 0;
}

.p70 {
  padding: 70px 0;
}

.p80 {
  padding: 80px 0;
}

.p90 {
  padding: 90px 0;
}

.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb0 {
  padding-bottom: 0;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.lang-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-actions .icon {
  font-size: 18px;
  margin-right: 15px;
  color: #d2d3e2;
}

.lang-actions .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lang-actions .links a {
  color: #d2d3e2;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

.lang-actions .links a:hover {
  color: #fff;
}

.lang-actions .links .active {
  color: #55abf6;
}

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

.more-all a {
  color: #2163e8;
  border-bottom: 1px dashed;
}

.more-all a:hover {
  color: #212529;
}

.post-play {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.post-play a {
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  color: #F63A3A;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.post-play a:hover {
  color: #fff;
  background: #F63A3A;
}

.post-video {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  margin: 15px 0;
}

.post-video img {
  margin: 0;
  padding: 0;
}

.post-video:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.post-video:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.post-video:hover::after {
  opacity: 1;
}

.post-video:hover::before {
  opacity: 1;
}

.blog-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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;
  z-index: 10;
}

.blog-play a {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  color: #F63A3A;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}

.blog-play a:hover {
  color: #fff;
  background: #F63A3A;
}

.btn-tools {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-tools a {
  display: block;
  background: #576ad1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  margin-right: 15px;
}

.btn-tools a:last-child {
  margin-right: 0;
}

.btn-tools a:hover {
  background: #2163e8;
}

.trending {
  position: relative;
  padding: 5px;
  background: #f2f2f2;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  overflow: hidden;
}

.trending .label-box {
  padding: 3px 10px;
  background: #576ad1;
  color: #fff;
  border-radius: 6px;
  margin-right: 30px;
}

.trending .owl-dots {
  display: none;
}

.trending .ticker-item {
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

.trending .ticker-item:hover {
  color: #2163e8;
  text-decoration: underline;
}

.pagination {
  margin-top: 30px;
}

.pagination .page-item .page-link {
  padding: 10px 15px;
  margin: 5px;
  color: #212529;
}

.pagination .page-item .page-link:hover {
  color: #2163e8;
}

.pagination .page-item.active .page-link {
  background: #2163e8;
  color: #fff;
}

.post-content .post-title {
  margin-bottom: 10px;
}

.post-content .post-more {
  display: block;
  margin-top: 10px;
  color: #fff;
  float: right;
  border-bottom: 1px dashed;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.post-content .post-more:hover {
  color: #2163e8;
}

.post-meta {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
}

.post-meta .date::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f073";
  padding-right: 5px;
}

.post-line-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-line-1 .post-img {
  margin-right: 15px;
  min-width: 70px;
  width: 70px;
}

.post-line-1 .post-img img {
  min-width: 70px;
  width: 70px;
}

.post-line-1 .post-content {
  line-height: 1.1;
}

.post-line-1 .post-content .post-meta {
  color: #666;
}

.post-line-1 .post-content .post-title {
  display: block;
  line-height: 1.1;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.post-line-1 .post-content .post-title:hover {
  color: #2163e8;
}

.post-line-1 .post-content .post-text {
  font-size: 14px;
  color: #666;
}

.post-type-1 {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.post-type-1 .post-img {
  position: relative;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.post-type-1 .post-img:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
}

.post-type-1 .post-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.post-type-1 .post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 45px;
}

.post-type-1 .post-content .post-meta {
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}

.post-type-1 .post-content .post-meta .tags {
  margin-top: 10px;
}

.post-type-1 .post-content .post-meta .tags a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 13px;
}

.post-type-1 .post-content .post-meta .tags a:hover {
  color: #2163e8;
  background: #fff;
}

.post-type-1 .post-content .post-title h3 {
  line-height: 1.1;
  font-size: 22px;
}

.post-type-1 .post-content .post-title h3 a {
  color: #fff;
  font-size: 22px;
}

.post-type-1 .post-content .post-title h3 a:hover {
  color: #8fbcff;
}

.post-type-1 .post-content .post-text {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-type-1 .post-content .post-more {
  display: inline-block;
  float: right;
  color: #fff;
}

.post-type-1 .post-content .post-more:hover {
  color: #8fbcff;
}

.post-type-1:hover {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.post-type-1:hover .post-img::after {
  opacity: 1;
}

.post-type-1:hover .post-img::before {
  opacity: 1;
}

.post-type-2 {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
}

.post-type-2 .post-img {
  margin: -1px -1px 0;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.post-type-2 .post-img:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
}

.post-type-2 .post-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.post-type-2 .post-img img {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.post-type-2 .post-img .post-meta {
  position: absolute;
  bottom: 0px;
  color: #666;
  display: block;
  width: 100%;
  padding: 30px;
  font-size: 12px;
  z-index: 10;
}

.post-type-2 .post-img .post-meta .date {
  color: #fff;
  margin-bottom: 10px;
}

.post-type-2 .post-img .post-meta .date::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f073";
  padding-right: 5px;
}

.post-type-2 .post-img .post-meta .tags {
  margin-top: 10px;
  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;
}

.post-type-2 .post-img .post-meta .tags a {
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 13px;
}

.post-type-2 .post-img .post-meta .tags a:hover {
  color: #2163e8;
  background: #fff;
}

.post-type-2 .post-content {
  background: #fff;
  padding: 30px;
}

.post-type-2 .post-content .post-title h3 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 16px;
}

.post-type-2 .post-content .post-title h3 a {
  line-height: 1;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 0;
}

.post-type-2 .post-content .post-title h3 a:hover {
  color: #2163e8;
  text-decoration: none;
  border-bottom: 0;
}

.post-type-2 .post-content .post-text {
  font-size: 14px;
  color: #666;
}

.post-type-2:hover .post-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-type-2:hover .post-img::after {
  opacity: 1;
}

.post-type-2:hover .post-img::before {
  opacity: 1;
}

/* VERTICAL POSTS */

.vertical-posts .owl-dots {
  display: none;
}

.vertical-posts .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.vertical-posts .item {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}

.vertical-posts .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vertical-posts .post-line-1 {
  padding-left: 0;
}

.vertical-posts .post-line-1 .post-img {
  min-width: 80px;
}

.vertical-posts .post-line-1 .post-img img {
  width: 80px;
  height: 60px;
}

.vertical-posts .post-line-1 .post-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}

.vertical-posts .post-line-1 .post-content .post-meta .date {
  margin-bottom: 3px;
}

.vertical-posts .post-line-1 .post-content .post-meta .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 21px;
  overflow: hidden;
}

.vertical-posts .post-line-1 .post-content .post-meta .tags a {
  display: block;
  white-space: nowrap;
  background: #f2f2f2;
  padding: 3px 10px;
  color: #666;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 500;
}

.vertical-posts .post-line-1 .post-content .post-meta .tags a:hover {
  background: #2163e8;
  color: #fff;
}

.vertical-posts .post-line-1 .post-content h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.vertical-posts .post-line-1 .post-content h3 a {
  margin-bottom: 0;
}

.vertical-posts .post-line-1 .post-content .post-title {
  max-height: 37px;
  overflow: hidden;
}

.vertical-posts-bg {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 15px;
}

.vertical-posts-bg .widget-title {
  font-size: 16px;
  margin-bottom: 11px;
}

.vertical-posts-bg .carousel-vertical .item {
  padding: 0;
}

.vertical-posts-bg .carousel-vertical.carousel-nav-2 .owl-nav {
  top: -35px;
}

.vertical-posts-bg .carousel-vertical.carousel-nav-2 .owl-nav button.owl-prev,
.vertical-posts-bg .carousel-vertical.carousel-nav-2 .owl-nav button.owl-next {
  height: 28px;
  width: 28px;
  line-height: 28px;
}

#post-slider-thumbs {
  top: -10px;
}

.posts-vertical-block {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* CAROUSEL POST SLIDER */

.carousel-post-slider {
  position: relative;
}

.carousel-post-slider .owl-dots {
  display: none;
}

.carousel-post-slider .post-slider-item .gradient1:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
}

.carousel-post-slider .post-slider-item .post-img {
  max-height: 526px;
  overflow: hidden;
}

.carousel-post-slider .post-slider-item .post-content {
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 50px;
}

.carousel-post-slider .post-slider-item .post-content .post-meta {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}

.carousel-post-slider .post-slider-item .post-content .post-meta .tags {
  margin-top: 10px;
  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;
}

.carousel-post-slider .post-slider-item .post-content .post-meta .tags a {
  display: block;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 13px;
}

.carousel-post-slider .post-slider-item .post-content .post-meta .tags a:hover {
  color: #2163e8;
  background: #fff;
}

.carousel-post-slider .post-slider-item .post-content .post-title {
  position: relative;
}

.carousel-post-slider .post-slider-item .post-content .post-title h3 {
  line-height: 1.1;
}

.carousel-post-slider .post-slider-item .post-content .post-title h3 a {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  font-weight: 700;
}

.carousel-post-slider .post-slider-item .post-content .post-title h3 a:hover {
  color: #8fbcff;
}

.carousel-post-slider .post-slider-item .post-content .post-text {
  color: #fff;
}

.carousel-post-slider .post-slider-item .post-content .post-more {
  display: block;
  margin-top: 10px;
  color: #fff;
  border-bottom: 1px dashed;
  float: right;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.carousel-post-slider .post-slider-item .post-content .post-more:hover {
  color: #8fbcff;
}

/* CAROUSEL TYPE 1 */

.carousel-type-1 {
  margin: 35px 0;
}

.carousel-type-1 .owl-stage-outer {
  margin: 0 40px;
}

.carousel-type-1 .post-line-1 {
  padding-left: 15px;
}

.carousel-type-1 .post-line-1 .post-content .post-title {
  max-height: 36px;
  overflow: hidden;
}

.carousel-type-1 .post-line-1 .post-content .post-text {
  max-height: 46px;
  overflow: hidden;
}

/* CAROUSEL TYPE 2 */

.carousel-type-2 .owl-nav button.owl-prev,
.carousel-type-2 .owl-nav button.owl-next {
  border: 0 !important;
}

.carousel-type-2 .owl-dots {
  display: none;
}

/* CAROUSEL TYPE 3 */

.carousel-type-3 {
  padding: 30px;
  background: #fff;
}

.carousel-type-3 .owl-dots {
  display: none;
}

.carousel-vertical .post-content .post-title {
  max-height: 37px;
  overflow: hidden;
}

/* CAROUSEL NAV */

.carousel-nav-1 .owl-nav button {
  position: absolute;
  height: 100%;
  width: 30px;
  text-align: center;
  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;
  right: 0;
  top: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 9;
  color: #212529;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-nav-1 .owl-nav button:hover {
  background: #2163e8;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.carousel-nav-1 .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}

.carousel-nav-2 {
  position: relative;
}

.carousel-nav-2 .owl-nav {
  position: absolute;
  right: 0;
  top: -45px;
}

.carousel-nav-2 .owl-nav button.owl-prev,
.carousel-nav-2 .owl-nav button.owl-next {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #fff;
  border: 1px solid #C1C4C6;
  color: #212529;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-nav-2 .owl-nav button:last-child {
  margin-left: 14px;
}

.carousel-nav-2 .owl-nav button:hover {
  background: #2163e8;
  border-color: #2163e8;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-nav-3 .owl-nav button.owl-prev,
.carousel-nav-3 .owl-nav button.owl-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  top: 50%;
  right: 0;
  margin-top: -35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-nav-3 .owl-nav button:hover {
  background: #2163e8;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.carousel-nav-3 .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget .widget-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.sidebar .widget .widget-title-line {
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e9eaeb;
  color: #212529;
  margin-bottom: 30px;
  font-weight: 500;
}

.sidebar .widget .widget-title-line:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #2163e8;
  display: block;
  position: relative;
  top: 18px;
}

.sidebar .widget .widget-text {
  font-size: 13px;
  margin-bottom: 15px;
}

.sidebar .widget-news .widget-title-line {
  margin-bottom: 25px;
}

.sidebar .widget-newsletter {
  padding: 40px;
  background: #E9EAEB;
  border-radius: 6px;
}

.sidebar .widget-newsletter .sidebar-newsletter .form-row {
  position: relative;
}

.sidebar .widget-newsletter .sidebar-newsletter input {
  padding: 10px 15px;
  border-radius: 6px;
  border: 0;
  width: 100%;
}

.sidebar .widget-newsletter .sidebar-newsletter input:focus,
.sidebar .widget-newsletter .sidebar-newsletter input:active {
  border: 0;
  outline: none;
}

.sidebar .widget-newsletter .sidebar-newsletter .newsletter-button {
  background: #2163e8;
  color: #fff;
  position: absolute;
  width: 80px;
  margin-left: -80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar .widget-contacts .contacts-list a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #212529;
}

.sidebar .widget-contacts .contacts-list a i {
  color: #2163e8;
  font-size: 24px;
  margin-right: 15px;
}

.sidebar .widget-contacts .contacts-list a:hover {
  color: #2163e8;
}

.sidebar .widget-socials .socials-list {
  display: grid;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr;
}

.sidebar .widget-socials .item {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget-socials .item i {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}

.sidebar .widget-socials .item span {
  color: #fff;
  font-size: 14px;
}

.sidebar .widget-socials .soc-youtube {
  background: #FF0000;
}

.sidebar .widget-socials .soc-youtube:hover {
  background: #df0000;
}

.sidebar .widget-socials .soc-facebook {
  background: #4267B3;
}

.sidebar .widget-socials .soc-facebook:hover {
  background: #224793;
}

.sidebar .widget-socials .soc-instagram {
  background: #E1306C;
}

.sidebar .widget-socials .soc-instagram:hover {
  background: #c1104c;
}

.sidebar .widget-socials .soc-twitter {
  background: #1DA1F2;
}

.sidebar .widget-socials .soc-twitter:hover {
  background: #0081d2;
}

.sidebar .widget-categories .widget-categories-list .item {
  display: block;
  padding: 12px 30px;
  margin-bottom: 15px;
  border-radius: 6px;
  color: #666;
  background: #e9eaeb;
}

.sidebar .widget-categories .widget-categories-list .item:hover {
  color: #fff;
  background: #2163e8;
}

.footer {
  padding: 60px 0 45px 0;
  background: #191a1f;
}

.footer .footer-info {
  color: #999;
}

.footer .footer-info .footer-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.footer .footer-info .footer-text {
  font-size: 14px;
}

.footer .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-socials .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 15px;
}

.footer .footer-socials .item i {
  font-size: 18px;
  padding-right: 10px;
}

.footer .footer-socials .item:hover {
  color: #8794de;
}

.copyright {
  padding: 10px 0;
  text-align: center;
  background: #121216;
  color: #999;
  font-size: 13px;
}

.btn-main {
  padding: 10px 25px;
  background: #2163e8;
  color: #fff;
  font-weight: 500;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.btn-main:hover {
  background: #1153d8;
}

.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #a5bcf2;
}

#offcanvasMenu {
  background: #212529;
  padding: 40px;
}

#offcanvasMenu .offcanvas-header {
  padding: 0;
}

#offcanvasMenu .offcanvas-header .offcanvas-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

#offcanvasMenu .offcanvas-header .btn-close {
  color: #fff;
  background: none;
  font-size: 18px;
  height: 36px;
  width: 36px;
  padding: 0;
  line-height: 36px;
  border: 0;
  outline: 0;
}

#offcanvasMenu .offcanvas-header .btn-close:focus,
#offcanvasMenu .offcanvas-header .btn-close:hover {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#offcanvasMenu .offcanvas-header .btn-close:hover {
  color: red;
}

#offcanvasMenu .offcanvas-body {
  padding: 0;
  margin-top: 30px;
}

#offcanvasMenu .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 15px 25px;
  color: #d2d3e2;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.1px;
}

#offcanvasMenu .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

#offcanvasMenu .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  background: #e3e3e3;
  position: relative !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

#offcanvasMenu .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #2163e8;
}

.five-posts .left-col .item,
.five-posts .right-col .item {
  margin-bottom: 15px;
}

.five-posts .left-col .item .post-content,
.five-posts .right-col .item .post-content {
  padding: 20px;
}

.five-posts .left-col .item .post-content .post-title h3 a,
.five-posts .right-col .item .post-content .post-title h3 a {
  font-size: 16px;
}

.five-posts .left-col .item:last-child,
.five-posts .right-col .item:last-child {
  margin-bottom: 0;
}

.five-posts .item {
  position: relative;
}

.five-posts .item .post-img img {
  width: 100%;
}

.five-posts .item .post-more {
  margin-top: 5px;
  font-size: 11px;
}

/* PROMO TYPE */

.promo-type-1 a {
  display: block;
  position: relative;
}

.promo-type-1 a img {
  max-width: 100%;
}

.promo-type-1 a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.promo-type-2 {
  margin: 30px 0;
}

/* HOME */

main.home {
  margin: 50px 0;
}

/* NEWS GRID */

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

/* SEC HERO */

#modalVideo .modal-dialog {
  max-width: 800px;
}

#modalVideo .modal-dialog .modal-content {
  border: 0;
}

#modalVideo .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 0;
}

#modalVideo .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 999;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #212529;
  opacity: 1;
  border: 0;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 10px 0;
}

.breadcrumb .breadcrumb-item {
  color: #777;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  color: #999;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #2163e8;
}

.page-wrap {
  padding: 30px 0 45px;
}

.page-content,
.blog-content {
  position: relative;
  padding: 45px;
  background: #fff;
}

.page-content img,
.blog-content img {
  margin: 15px;
}

.page-content .post-video img,
.blog-content .post-video img {
  margin: 0;
}

.page-content .gallery img,
.page-content .gallery-categories img,
.blog-content .gallery img,
.blog-content .gallery-categories img {
  margin: 0;
}

.page-content blockquote,
.blog-content blockquote {
  position: relative;
  padding: 30px 30px 30px 45px;
  background: #fbfbfb;
  border: 1px solid #eaedef;
}

.page-content blockquote::before,
.blog-content blockquote::before {
  font: 400 18px "Font Awesome 5 Pro";
  position: absolute;
  content: "\f10d";
  left: 15px;
  top: 10px;
  color: #a2b0e2;
}

.page-content table,
.blog-content table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.page-content table thead,
.blog-content table thead {
  vertical-align: bottom;
}

.page-content table thead th,
.blog-content table thead th {
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
}

.page-content table tr,
.blog-content table tr {
  border-bottom-width: 1px;
}

.page-content table tr td,
.blog-content table tr td {
  padding: 0.5rem 0.5rem;
}

.page-content table tr:hover,
.blog-content table tr:hover {
  background: #fbfbfb;
}

.page-content table tr:last-child,
.blog-content table tr:last-child {
  border-bottom: 0;
}

.gallery-categories {
  margin-bottom: 30px;
}

.gallery-categories .gallery-category {
  position: relative;
  overflow: hidden;
}

.gallery-categories .gallery-category .category-name {
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  width: 100%;
  bottom: 0;
  text-align: center;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.gallery-categories .gallery-category .category-img img {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.gallery-categories .gallery-category:hover .category-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-categories .gallery-category:hover .category-name {
  font-weight: 600;
}

.gallery {
  margin-bottom: 30px;
}

.gallery a {
  position: relative;
  overflow: hidden;
}

.gallery a img {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.gallery a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-news .news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.blog-content {
  position: relative;
  padding: 45px;
  background: #fff;
}

.blog-content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #212529;
}

.blog-content .post-meta .tags {
  margin-bottom: 10px;
  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;
}

.blog-content .post-meta .tags a {
  display: block;
  background: #f2f2f2;
  padding: 3px 7px;
  color: #666;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 13px;
  margin: 5px;
}

.blog-content .post-meta .tags a:hover {
  background: #2163e8;
  color: #fff;
}

.blog-content .post-meta .date {
  font-size: 13px;
  margin-bottom: 10px;
}

.blog-content .blog-title {
  margin-bottom: 30px;
}

.blog-content .blog-img {
  position: relative;
  margin-bottom: 30px;
}

.blog-content .blog-img img {
  margin: 0;
  padding: 0;
}

.blog-content .blog-video {
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.blog-content .blog-video:before {
  position: absolute;
  content: "";
  height: 70%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.blog-content .blog-video:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.blog-content .blog-video:hover::after {
  opacity: 1;
}

.blog-content .blog-video:hover::before {
  opacity: 1;
}

.related-news .carousel-type-3 .post-type-1 .post-content .post-title h3 {
  font-size: 18px;
}

.related-news .carousel-type-3 .post-type-1 .post-content .post-title h3 a {
  font-size: 18px;
}

.related-news .carousel-type-3 .post-type-1 .post-content .post-meta .tags {
  display: none;
}

.related-news .carousel-type-3 .post-type-1 .post-content .post-text {
  display: none;
}

.page-contact .contact-city .contact-city-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.page-contact .contact-city .contact-city-list .contact-city-info {
  position: relative;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 14px rgba(170, 170, 170, 0.11);
  box-shadow: 0 3px 14px rgba(170, 170, 170, 0.11);
  border: 1px solid #e9eaeb;
}

.page-contact .contact-city .contact-city-list .contact-city-info .city-title {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #e9eaeb;
}

.page-contact .contact-city .contact-city-list .contact-city-info .city-title:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #2163e8;
  display: block;
  position: relative;
  top: 8px;
}

.page-contact .contact-city .contact-city-list .contact-city-info .contact-list .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212529;
}

.page-contact .contact-city .contact-city-list .contact-city-info .contact-list .elem i {
  width: 40px;
  min-width: 40px;
  text-align: center;
  color: #2163e8;
  margin-right: 10px;
  font-size: 22px;
}

.page-contact .contact-city .contact-city-list .contact-city-info .contact-list a:hover {
  color: #2163e8;
}

.page-contact .contact-city #contact-city-select {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #ddd;
  text-align: center;
}

.page-contact .contact-city #contact-city-select:active,
.page-contact .contact-city #contact-city-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 991px) {
  .header-top .wrap .header-btn-menu {
    display: none;
  }

  .five-posts .left-col .item .post-content .post-title h3,
  .five-posts .right-col .item .post-content .post-title h3 {
    font-size: 16px;
  }

  .five-posts .left-col .item .post-content .post-meta,
  .five-posts .right-col .item .post-content .post-meta {
    display: none;
  }

  .five-posts .left-col .item .post-content .post-text,
  .five-posts .right-col .item .post-content .post-text {
    display: none;
  }

  .five-posts .left-col .item .post-more,
  .five-posts .right-col .item .post-more {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .header-nav .wrap .has-megamenu {
    position: static !important;
  }

  .header-nav .wrap .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (min-width: 1180px) {
  .five-posts .left-col .item .post-more,
  .five-posts .right-col .item .post-more {
    display: block;
  }
}

@media (max-width: 1440px) {
  .page-contact .contact-city .contact-city-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1220px) {
  .header-nav .wrap .nav-item .nav-link {
    letter-spacing: normal;
    padding: 12px 20px;
  }

  #offcanvasMenu .offcanvas-body .navbar-nav .nav-item .nav-link {
    letter-spacing: normal;
    padding: 12px 20px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 1180px) {
  .header .wrap .header-links {
    display: none;
  }

  .carousel-type-3 .post-content .post-text {
    display: none;
  }
}

@media (max-width: 1080px) {
  .header .wrap .header-logo {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .header-top .wrap .lang-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-top .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header {
    -webkit-box-shadow: 0 3px 5px rgba(225, 225, 225, 0.3);
    box-shadow: 0 3px 5px rgba(225, 225, 225, 0.3);
  }

  .header-nav {
    display: none;
  }

  .five-posts .left-col .item,
  .five-posts .right-col .item {
    margin-bottom: 15px;
  }

  .five-posts .left-col .item:last-child,
  .five-posts .right-col .item:last-child {
    margin-bottom: 15px;
  }

  .five-posts .item {
    margin-bottom: 15px;
  }

  .five-posts .item:last-child {
    margin-bottom: 15px;
  }

  .promo-two img {
    margin-top: 15px;
  }

  .sec-hero .vertical-posts,
  .news-block .vertical-posts {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec-hero .vertical-posts .post-line-1,
  .news-block .vertical-posts .post-line-1 {
    width: 45%;
  }

  .sec-hero .vertical-posts .post-line-1:last-child,
  .news-block .vertical-posts .post-line-1:last-child {
    display: none;
  }

  .sec-hero .vertical-posts .widget-title,
  .news-block .vertical-posts .widget-title {
    margin-top: 30px;
    width: 100%;
  }

  .news-block .vertical-posts {
    margin-top: 20px;
  }

  .news-block .more-all {
    margin-top: 10px;
  }

  .page-contact .contact-city .contact-city-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .header-top .wrap .header-top-social {
    margin-left: 30px;
  }

  .header-top .wrap .header-top-social .item span {
    display: none;
  }

  .header .wrap .header-logo {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-title {
    margin-bottom: 25px;
  }

  .section-title h2 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .section-title h2:after {
    top: 13px;
  }

  .sec-padding {
    padding: 30px 0;
  }

  .post-video:before {
    height: 100%;
  }

  .trending {
    display: none;
  }

  .post-type-1 .post-img:before {
    height: 100%;
  }

  .post-type-1 .post-content {
    padding: 30px 50px;
  }

  .post-type-1 .post-content .post-text {
    display: none;
  }

  .post-type-2 .post-img:before {
    height: 100%;
  }

  .carousel-post-slider .post-slider-item .gradient1:before {
    height: 100%;
  }

  .carousel-post-slider .post-slider-item .post-content {
    padding: 30px 50px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-text {
    display: none;
  }

  .sidebar .widget .widget-title {
    font-size: 16px;
  }

  .sidebar .widget .widget-title-line {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .sidebar .widget .widget-title-line:after {
    top: 13px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .sec-hero .vertical-posts,
  .news-block .vertical-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-hero .vertical-posts .post-line-1,
  .news-block .vertical-posts .post-line-1 {
    width: 100%;
  }

  .page-news .news-list {
    grid-template-columns: 1fr;
  }

  .blog-content .blog-video:before {
    height: 100%;
  }

  .blog-content {
    padding: 30px;
  }

  .related-news .vertical-posts {
    margin-bottom: 30px;
  }

  .page-contact .contact-form {
    margin-bottom: 30px;
  }

  .page-contact .sidebar .widget .widget-title-line {
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  .page-contact .contact-city .contact-city-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .header-top .wrap .header-top-text {
    display: none;
  }

  .header-top .wrap .header-top-social {
    margin-left: 0;
  }

  .header-top .wrap .header-top-social .item i {
    font-weight: 400;
    font-size: 17px;
  }
}

@media (max-width: 580px) {
  .post-type-1 .post-content .post-meta .tags a {
    font-size: 11px;
    padding: 3px 7px;
    margin-bottom: 3px;
  }

  .post-type-1 .post-content .post-more {
    font-size: 11px;
  }

  .post-type-2 .post-img .post-meta .tags a {
    font-size: 11px;
    padding: 3px 7px;
    margin-bottom: 3px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-meta .tags a {
    font-size: 11px;
    padding: 3px 7px;
    margin-bottom: 3px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-more {
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  .post-play a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}

@media (max-width: 540px) {
  h1,
  .h1 {
    font-size: 24px;
    line-height: 26px;
  }

  h2,
  .h2 {
    font-size: 22px;
    line-height: 24px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 20px;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
  .post-type-1 .post-content .post-meta .tags {
    display: none;
  }

  .post-type-1 .post-content .post-title h3 a {
    font-size: 16px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-meta .tags {
    display: none;
  }

  .carousel-post-slider .post-slider-item .post-content .post-title h3 a {
    font-size: 16px;
  }
}

@media (max-width: 460px) {
  .carousel-type-1 {
    margin: 30px 0;
  }

  .carousel-type-1 .post-line-1 {
    max-width: calc(100% - 70px);
    padding-left: 0;
  }

  .carousel-type-1 .post-line-1 .post-content .post-text {
    display: none;
  }
}

@media (max-width: 440px) {
  .footer .footer-socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer-socials .item {
    margin-bottom: 5px;
  }

  .footer .footer-socials .item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 420px) {
  .post-type-1 .post-content {
    padding: 20px 50px;
  }

  .post-type-1 .post-content .post-meta {
    margin-bottom: 5px;
  }

  .post-type-1 .post-content .post-more {
    display: none;
  }

  .carousel-type-3 {
    background: none;
    padding: 0;
  }

  .carousel-type-3 .post-type-1 .post-content .post-more {
    display: none;
  }

  .carousel-type-3 .post-type-1 .post-content .post-title h3 {
    font-size: 14px;
  }

  .carousel-type-3 .post-type-1 .post-content .post-title h3 a {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .post-meta {
    font-size: 11px;
  }

  .post-line-1 .post-img {
    min-width: 45px;
    width: 45px;
    margin-right: 10px;
  }

  .post-line-1 .post-img img {
    min-width: 45px;
    width: 45px;
  }

  .carousel-type-1 {
    margin: 30px 0;
  }

  .carousel-type-1 .post-line-1 {
    max-width: calc(100% - 70px);
    padding-left: 0;
  }

  .carousel-type-1 .post-line-1 .post-content .post-title {
    font-size: 14px;
  }

  .sidebar .widget-newsletter {
    padding: 30px;
  }

  .sidebar .widget-newsletter .sidebar-newsletter .form-row .newsletter-button {
    position: relative;
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .blog-content {
    padding: 15px;
  }

  .blog-content .post-meta .tags a {
    font-size: 12px;
    padding: 2px 6px;
  }
}

@media (max-width: 368px) {
  .carousel-post-slider .post-slider-item .post-content {
    padding: 20px 50px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-meta {
    margin-bottom: 5px;
  }

  .carousel-post-slider .post-slider-item .post-content .post-more {
    margin-top: 5px;
  }
}

@media (max-width: 360px) {
  .header .wrap .header-logo img {
    height: 46px;
  }

  .post-play a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 11px;
  }

  .post-line-1 .post-content .post-title {
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 991px) and (max-width: 1440px) {
  .carousel-vertical-cats .vertical-posts:last-child {
    display: none;
  }
}

.catalog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.catalog-list .catalog-item {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
}

.catalog-list .catalog-item .catalog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.catalog-list .catalog-item .catalog-img img {
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.catalog-list .catalog-item .catalog-content {
  background: #fff;
  padding: 30px;
  text-align: center;
}

.catalog-list .catalog-item .catalog-content .catalog-name a {
  line-height: 1;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 10px;
}

.catalog-list .catalog-item .catalog-content .catalog-name a:hover {
  color: #2163e8;
}

.catalog-list .catalog-item .catalog-content .catalog-desc {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}

.catalog-list .catalog-item .catalog-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}

.catalog-list .catalog-item .catalog-btn .go {
  padding: 10px 30px;
  border-radius: 6px;
  background: #2163e8;
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 50%;
  transition: all .5s ease;
}

.catalog-list .catalog-item .catalog-btn .go:hover {
  background: #576ad1;
}


.btn-wrap .go {
  padding: 15px 30px;
  border-radius: 6px;
  background: #2163e8;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100%;
  transition: all .5s ease;
}

.btn-wrap .go:hover {
  background: #576ad1;
}

.catalog-list .catalog-item .catalog-btn .more {
  padding: 10px;
  border-radius: 6px;
  background: #efefef;
  display: block;
  color: #212529;
  font-size: 15px;
  text-align: center;
  width: calc(50% - 10px);
  margin-right: 10px;
  transition: all .5s ease;
}

.catalog-list .catalog-item .catalog-btn .more:hover {
  background: #e9eaeb;
}

a.sort span {
  padding-left: 10px;
}
div#mse2_selected strong {
  padding-right: 10px;
}
a.mse2_selected_link sup {
  padding-left: 5px;
  color: #dc3545;
}

.widget-filter {
  max-height: 342px;
  overflow-y: auto;
}

.widget-filter label {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.widget-filter label span {
  padding-left: 5px;
}

/* Works on Firefox */
.widget-filter {
  scrollbar-width: thin;
  scrollbar-color: #ccc #e9eaeb;
}

/* Works on Chrome, Edge, and Safari */
.widget-filter::-webkit-scrollbar {
  width: 7px;
}

.widget-filter::-webkit-scrollbar-track {
  background: #e9eaeb;
}

.widget-filter::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 9px;
  border: 1px solid #e9eaeb;
}

.btn-light {
  background: #efefef;
}

.btn-light:hover {
  background: #e9eaeb;
}

@media(max-width: 921px) {
  .catalog-list .catalog-item .catalog-btn {
    flex-direction: column;
  }

  .catalog-list .catalog-item .catalog-btn .more {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .catalog-list .catalog-item .catalog-btn .go {
    width: 100%;
  }

  .msearch2 .sidebar {
    margin-bottom: 30px;
  }

  .catalog-list .catalog-item .catalog-content {
    padding: 15px;
  }
}

@media(max-width: 450px) {
  .catalog-list {
    grid-template-columns: 1fr;
  }
}