body {
  background: #fff;
  color: #000;
  overflow: hidden;
}

body,
p {
  line-height: 24px;
  font-size: 14px;
  text-rendering: optimizeLegibility;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  font-weight: 700;

}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  color:red;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* ==================================================
// Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #de384e;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

a:hover {
  text-decoration: none;

}

a.read-more {
  color: #de384e;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 30px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.media>.pull-left {
  margin-right: 20px;
}

img.banner {
  display: inline-block;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-70 {
  clear: both;
  height: 70px;
}

.gap-80 {
  clear: both;
  height: 80px;
}

.ts-gutter-10 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.ts-gutter-10>div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ts-gutter-20 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.ts-gutter-20>div {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ts-gutter-30 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.ts-gutter-30>div {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ts-gutter-40 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.ts-gutter-40>div {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ts-gutter-50 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.ts-gutter-50>div {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ts-gutter-60 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.ts-gutter-60>div {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

ol,
ul {
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: #f9f9f9;
}

.bg-dark {
  background: #222;
}

.solid-row {
  background: #f0f0f0;
}

/* Dropcap */
.dropcap {
  font-size: 44px;
  line-height: 50px;
  float: left;
  margin: 0 12px 0 0;
  position: relative;
  text-transform: uppercase;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 40px;
  background: none;
  color: #959595;
  font-size: 12px;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #de384e;
}

.form-control.input-msg {
  height: 50px;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

blockquote {
  position: relative;
  padding: 45px 20px 30px;
  border: 0;
  margin: 50px 0 0px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}

blockquote p {
  font-size: 18px;
}

blockquote::before {
  position: absolute;
  content: '\f10e';
  font-family: "FontAwesome";
  font-size: 24px;
  padding: 8px 15px;
  top: -10px;
  left: 50%;
  margin-left: -44px;
  color: #000;
}

blockquote.pull-left {
  padding-left: 15px;
  padding-right: 0;
  text-align: left;
  border-left: 5px solid #eee;
  border-right: 0;
}

cite {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  display: inline-block;
  line-height: 24px;
}

cite::before,
cite::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: '';
  bottom: 0;
  margin: 10px 0 13px -40px;
}

cite::after {
  left: auto;
  right: 0;
  margin: 10px -40px 13px 0px;
}

.thumb-fullwidth img {
  width: 100%;
}

/* Button */
.btn {

  color: #fff;
  padding: 10px 30px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;

}

.btn:hover {
  color: #fff;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 0;
  padding: 12px 25px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.btn-white.btn-primary {
  background: #fff;
  color: #de384e;
}

.btn-primary {
  background: #de384e;
}

.btn-dark {
  background: #242427;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover,
.btn:foucs {
  background: #272d33;
  color: #fff;
}

.general-btn {
  clear: both;
  margin-top: 50px;
}

/* Ul, Ol */
ul,
li {
  list-style: none;
}

.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "FontAwesome";
  content: "\f138";
  margin-right: 10px;
  color: #de384e;
  font-size: 12px;
}

ul.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 10px;
  color: #de384e;
  font-size: 16px;
}

ul.list-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: #de384e;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
  border: 0;
  background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* ================================================
 // Common styles
 ================================================== */
@media (min-width: 992px) {
  .pad-0 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pad-r {
    padding-right: 12px;
  }

  .pad-r-small {
    padding-right: 1.5px;
  }

  .pad-r-0 {
    padding-right: 0;
  }

  .pad-l {
    padding-left: 2px;
  }

  .pad-l-small {
    padding-left: 1.5px;
  }

  .pad-l-0 {
    padding-left: 0;
  }
}

/*-- Block title --*/
.block-title {
  color: #de384e;
  line-height: 25px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.block-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
}

.block-title .title-angle-shap::after,
.block-title .title-angle-shap::before {
  position: absolute;
  top: 0;
  content: '';
  background: #de384e;
  left: 0;
}

.block-title .title-angle-shap::before {
  width: 3px;
  height: 12px;
}

.block-title .title-angle-shap::after {
  width: 12px;
  height: 3px;
}

.text-light .block-title .title-angle-shap {
  color: #fff;
}

.text-light .block-title .title-angle-shap::after,
.text-light .block-title .title-angle-shap::before {
  background: #de384e;
}

.block-title-dark {
  color: #000;
}

.block-title-dark .title-angle-shap::after,
.block-title-dark .title-angle-shap::before {
  background: #000;
}

.block-title-light {
  color: #fff;
}

.block-title-light .title-angle-shap::after,
.block-title-light .title-angle-shap::before {
  background: #fff;
}

.block-title-mhrm {
  color: #007bff;
}

.block-title-mhrm .title-angle-shap::after,
.block-title-mhrm .title-angle-shap::before {
  background: #007bff;
}

/* Post title */
.post-title {
  font-size: 12px;
  line-height: 24px;
  margin: 12px 0 10px;
  font-weight: 600;
}

.post-title a {
  color: #1c1c1c;
}

.post-title a:hover {
  color: #de384e;
}

.text-light .post-title a {
  color: #fff;
}

.text-light .post-title a:hover {
  color: #de384e;
}

.post-title.title-xl {
  font-size: 26px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-title.title-lg {
  font-size: 21px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}

.post-title.title-md {
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
  font-weight: 700;
}

.post-title.title-sm {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.grid-category .post-cat:not(:first-child) {
  margin-left: 3px;
}

.post-cat {
  position: relative;
  font-size: 10px;
  padding: 0 10px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 5px;
}

.post-cat a {
  color: #fff;
}

.post-cat:hover {
  color: #fff;
}

.post-meta ul {
  padding: 0;
  margin-bottom: 0;
}

.post-meta li {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
}

.post-meta li a {
  color: inherit;
}

.post-meta li a .icon,
.post-meta li a .fa {
  margin: 0px 5px;
}

.post-meta li a.view .icon {
  color: #de384e;
}

.post-meta .post-author a {
  color: #999999;
  font-weight: 700;
}

.post-meta .post-author a:hover {
  color: #de384e;
}

.post-meta .post-author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.post-meta span {
  font-size: 12px;
  color: #a3a3a3;
  margin-right: 8px;
  padding-right: 10px;
  line-height: 12px;
  display: inline-block;
}

.post-meta span.post-date {
  border-right: 0;
}

span.post-comment {
  border-right: 0;
  line-height: 24px;
  margin-right: 0;
  padding-right: 0;
}

span.post-comment span {
  border-right: 0;
  line-height: 100%;
}

span.post-comment span i {
  margin-right: 5px;
}

/* Category Color */
.food {
  background: #bc8a61;
}

.food-color {
  background: transparent;
  color: #bc8a61;
}

.food-color:hover {
  color: #bc8a61;
}

.fenon {
  background: #de384e;
}

.fenon-color {
  background: transparent;
  color: #de384e;
}

.fenon-color:hover {
  color: #de384e;
}

.yall {
  background: #dfb241;
}

.yall-color {
  background: transparent;
  color: #dfb241;
}

.yall-color:hover {
  color: #dfb241;
}

.blackk {
  background: #303030;
}

.blackk-color {
  background: transparent;
  color: #303030;
}

.blackk-color:hover {
  color: #303030;
}


.video-icon {
  text-align: center;
  color: #fff;
  font-size: 20px;
  z-index: 1;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 100%;
  border: 5px solid #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 8px 8px;
}

.image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  padding: 0;
  text-align: left;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;

}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #de384e;
  border-color: #de384e;
  height: 20px;
  border-radius: 10px;
}

.owl-carousel.dot-style2 .owl-dots {
  padding: 0;
  position: absolute;
  right: 0;
  top: -30px;
  display: inline-block;
  text-align: right;
  width: fit-content;
  left: auto;

}

.featured-slider>.owl-dots {
  background: #cccccc61;
  border-radius: 10px;
  padding-right: 24px !important;
  padding-top: 6px !important;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
}

.owl-carousel.dot-style2 .owl-dots .owl-dot.active span {
  width: 20px;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  line-height: 54px;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  background: #de384e;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
  background: #de384e;
  left: -25px;
  right: auto;
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

@media (min-width: 1200px) {
  .owl-carousel.h2-feature-slider .owl-dots {
    top: 35%;
  }
}

.grid-cat {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.load-more-btn {
  position: relative;
}

.load-more-btn::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaeaea;
  height: 1px;
  content: '';
  margin: auto;
}

.load-more-btn .btn {
  padding: 10px 55px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  color: #000;
}

.load-more-btn .btn:hover {
  color: #de384e;
}

.ts-social-list {
  padding: 0;

}

.ts-social-list li {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
}

.ts-social-list li.ts-facebook a .tsicon {
  background: #3b5998;
}

.ts-social-list li.ts-twitter a .tsicon {
  background: #1da1f2;
}

.ts-social-list li.ts-youtube a .tsicon {
  background: #ff0000;
}

.ts-social-list li.ts-insta a .tsicon {
  background: #f26522;
}

.ts-social-list li.ts-snap a .tsicon {
  background: #FFFC00;
}

.ts-social-list li.ts-tele a .tsicon {
  background: #1da1f2;
}

.ts-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.ts-social-list a .count {
  font-size: 13px;
  color: #222;
}

.ts-social-list a .count span {
  display: block;
  line-height: .8;
}

.ts-social-list .tsicon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 9px 0;
  background: #f26522;
  margin-right: 20px;
}

.ts-social-list.style2 li a {
  background: #3b5998;
  color: #fff;
}

.ts-social-list.style2 li a .tsicon {
  background: rgba(55, 55, 55, 0.3);
}

.ts-social-list.style2 li a .count {
  color: #fff;
}

.ts-social-list.style2 li.ts-facebook a {
  background: #3b5998;
}

.ts-social-list.style2 li.ts-twitter a {
  background: #1da1f2;
}

.ts-social-list.style2 li.ts-youtube a {
  background: #ff0000;
}

.ts-social-list.style2 li.ts-rss a {
  background: #f26522;
}

.ts-social {
  padding: 0;
}

.ts-social li {
  display: inline-block;
}

.ts-social li a {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  margin: 0 35px 0 0;
}

.ts-social li a:hover {
  color: #de384e;
}

.backto {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  background: #de384e;
  border-radius: 50%;
  color: #979797;
  cursor: pointer;
  height: 44px;
  text-align: center;
  width: 44px;
  display: block;
  padding: 12px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
}

.backto a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.backto .icon {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.backto:hover {
  background: #c93b00;
}

.breadcrumb {
  background: transparent;
  padding: 25px 0 0px;
  margin-bottom: 0;
}

.breadcrumb li {
  padding-right: 10px;
  color: #777;
}

.breadcrumb li a {
  padding: 0 9px;
  color: inherit;
}

.breadcrumb li a:hover {
  color: #de384e;
}

.breadcrumb li:last-child i {
  padding-right: 10px;
}

.ts-pagination {
  padding: 0;
  margin-top: 20px;
}

.ts-pagination li {
  display: inline-block;
}

.ts-pagination li a {
  color: inherit;
  display: block;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.ts-pagination li a:hover,
.ts-pagination li a.active {
  color: #fff;
  background: #de384e;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
  box-shadow: 0px 5px 15px 0px rgba(252, 74, 0, 0.25);
}

/* ===================
// 404 page
======================*/
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

/* Header */
/* Trending Bar
================================================== */
.trending-bar {
  padding: 10px 0 5px;
  background: #f5f5f5;
}

.trending-title {
  background: transparent;
  color: #222;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 3px 15px 0 0;
  padding-right: 10px;
  font-weight: 700;
  float: left;
}

.trending-title .tsicon {
  color: #de384e;
}

.owl-carousel.owl-theme.trending-slide .owl-nav {
  display: none;
}

.trending-slide .post-title.title-small {
  font-weight: 400;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

/* Trending light */
.trending-light {
  color: #1c1c1c;
}

.trending-light .trending-slide .post-title {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}

.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
  background: #333;
  color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
  color: #a3a3a3;
  font-size: 13px;
}

/* Date */
.ts-date {
  display: inline-block;
  padding-right: 10px;
  line-height: 12px;
  color: #777;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}

.ts-date i {
  margin-right: 5px;
}

/* Top nav */
.top-nav {
  display: inline-block;
}

.top-nav li {
  display: inline-block;
  line-height: 12px;
  padding-left: 12px;
}

.top-nav li a {
  background: none;
  color: #a3a3a3;
  padding: 0;
  line-height: 100%;
}

.top-nav li a:hover {
  color: #de384e;
}

/* Top social */
.top-social {
  display: inline-block;
  margin-right: -5px;
}

.top-social ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;

}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  padding: 0 10px;
  line-height: 70px;
}

.top-social ul li a:hover {
  color: #fff;
}

.nav-search {
  display: inline-block;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 45px;
  height: auto;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #7c7c7c;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #de384e;
}

/* =================================================
 // Header Default
================================================== */
.header {
  padding: 25px 0;
  background: url('../images/h1-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.header-top-social li a {
  color: #000;
  font-size: 14px;
  margin-right: 20px;
}

.header-search .form-group {
  position: relative;
}

.header-search .form-group .input-search {
  font-size: 13px;
  color: #333333;
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
  width: 100%;
}

.header-search .form-group .input-search::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .input-search::placeholder {
  color: #ddd;
  opacity: 1;
}

.header-search .form-group .search-btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #999999;
}

.header-search .form-group .search-btn:focus {
  outline-style: none;
}

@media (min-width: 992px) {
  .is-ts-sticky.sticky {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .is-ts-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
}

/*-- Logo --*/
.logo {
  padding: 28px 0;
}

/* header right */
.header-right {
  float: right;
}

/* Logo center */
.header.text-center {
  padding: 10px 0;
}

/*-- Search start --*/
ul.top-info-box>li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.site-nav-inner {
  position: relative;
}

.main-nav {
  background: #303030;
  min-height: 70px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-toggler {
  color: #fff;
  padding: 8px 15px;
  background: transparent;
  position: absolute;
  top: -55px;
  z-index: 9;
}

.navbar-toggler-icon {
  width: 25px;
}

.navbar-toggle .i-bar {
  background: #fff;
}

.navbar-collapse {
  padding-left: 0;
}

ul.navbar-nav>li {
  float: left;
  padding: 0;
  position: relative;
}

ul.navbar-nav>li>a {
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  padding: 10px 22px;
}

ul.navbar-nav>li>a i {
  font-weight: 700;
}

ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
  background: none;
}

ul.navbar-nav>li:hover a::before,
ul.navbar-nav>li.active a::before {
  border-color: #de384e;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: transparent;
  border: 0;
}

/* Dropdown */
ul.navbar-nav>li.mega-dropdown {
  position: static;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  border-radius: 0;
}

.dropdown-submenu>a:after {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  margin-top: 3px;
  margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
  color: #f3bf3d;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 230px;
  border-radius: 0;
  border: 0;
  border: 0;
  -webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  padding: 0;
}

.navbar-nav>li>.dropdown-menu {
  border-top: 1px solid #dedede;
}

.navbar-nav>li>.dropdown-menu.mega-menu-content {
  border-top: 0;
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  padding-left: 0;
}

.dropdown-menu-large>li>ul>li.active>a {
  color: #de384e;
}

.navbar-nav>li>.dropdown-menu>a {
  background: none;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 25px 15px 25px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
  background: #f4f4f4;
  text-transform: uppercase;
}

.dropdown-menu li:last-child>a {
  border-bottom: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>.dropdown-menu>.active>a {
  background: none;
  color: #de384e;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background: #303030eb;
  color: #fff;
}

@media (min-width: 767px) {
  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }

  ul.nav li.dropdown .dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.mega-menu-content {
  width: 1110px;
  padding: 0;
}

.mega-menu-content-inner {
  padding: 20px 10px;
}

.mega-menu-content .row {
  margin: 0;
}

/*-- Dark bg style --*/
.main-nav.dark-bg>.container>.row {
  border: 0;
  background: #272727;
  margin-left: 0;
  margin-right: 0;
}

.dark-bg .navbar-toggler {
  margin-left: 6px;
}

.main-nav.dark-bg ul.navbar-nav>li>a {
  color: #fff;
}

.main-nav.dark-bg ul.navbar-nav>li>a:before {
  border: 0;
}

.main-nav.dark-bg ul.navbar-nav>li.active,
.main-nav.dark-bg ul.navbar-nav>li:hover {
  background: #de384e;
}

.main-nav.dark-bg .nav-search i {
  color: #fff;
}

.main-nav {
  position: relative;
  padding: 0 15px;
}

/* ===================
// Hheader Search 
======================= */
.main-nav>.container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 0;
  right: 0;
}

.nav-search a {
  color: #fff;
  display: block;
}

.modal-searchPanel .ts-search-group {
  position: relative;
}

.modal-searchPanel .ts-search-group input:not([type="submit"]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px 0 60px;
}

.modal-searchPanel .ts-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out;
  }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
  }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px);
  }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.ts-search-form .form-control {
  height: 60px;
  border-radius: 36px;
  font-size: 18px;
}

.ts-search-form.modal-searchPanel .xs-search-panel {
  margin: 0;
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  -o-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
  -webkit-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* ===================
// Menu tab
======================= */
.menu-tab .nav.nav-tabs {
  border-right: 1px solid #dedede;
  padding: 20px 0;
  padding-right: 0;
  min-height: 250px;
  margin-top: 0;
}

.max-h {
  max-height: 245px;
  overflow: hidden;
}

.menu-tab .nav.nav-tabs>li>a {
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  padding: 14px 16px 14px 30px;
  background: #fff;
  text-transform: initial;
  font-size: 14px;
}

.menu-tab .nav.nav-tabs>li>a.active {
  background: #dedede;
  margin-right: -1px;
  border: 1px solid #dedede;
  border-right: 0;
  color: #de384e;
  cursor: pointer;
}

.menu-tab .tab-content>.tab-pane {
  padding: 25px 0;
  min-height: 250px;
}

.menu-tab .tab-content>.tab-pane .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
  padding: 0;
}

.header.header-menu .logo {
  padding: 12px 0;
}

.header.header-menu>.container>.row {
  border-bottom: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}

.header.header-menu ul.navbar-nav>li>a {
  line-height: 70px;
}

.header.header-menu ul.navbar-nav>li.mega-dropdown,
.site-nav-inner {
  position: static;
  width: 100%;
}

.header.header-menu .mega-menu-content {
  min-width: 1145px;
  left: -43%;
}

.nav-social-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.navbar {
  position: absolute;
  top: 70px;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  padding: 0;
}

@media (min-width: 992px) {
  .navbar {
    position: static;
    top: 70px;
    width: 100%;
    background: transparent;
  }

  ul.navbar-nav>li>a {
    color: #fff;
    padding: 0 22px;
  }

  .header.header-menu ul.navbar-nav>li.mega-dropdown,
  .site-nav-inner {
    position: static;
    width: 100%;
  }
}

/* Master css */
.post-block-style {
  position: relative;
  overflow: hidden;
}

.post-block-style .post-thumb {
  border-radius: 5px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

nav .post-block-style .post-thumb img {
  height: 135px;
}

.post-block-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  object-fit: cover;
}
.card-post-img .post-thumb img {
  max-height: 195px;
}
.style-img-f{
  height: 450px;
  object-fit: cover;
}
.style-img-c{
  height: 200px;
  object-fit: cover;
}
.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.post-content iframe{
  width:100%
}
.post-content img{max-width:100%}
.overlay-post-content .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

/* Feature Post */
.featured-slider .item {
  min-height: 640px;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.featured-slider .item .featured-post .post-content {
  padding: 40px 40px 35px 45px;
}

.featured-slider .item .featured-post .post-title a {
  color: #fff;
}

.post-overaly-style {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  min-height: 350px;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}

.post-overaly-style::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-overaly-style:hover {
  background-position: 40%;
}

.post-overaly-style.post-sm {
  min-height: 225px;
}

.post-overaly-style.post-md {
  min-height: 400px;
  margin-bottom: -5px;
}

.post-overaly-style.post-extra-md {
  min-height: 430px;
  margin-bottom: -5px;
}

.post-overaly-style.post-lg {
  min-height: 550px;
}

.post-overaly-style:hover::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.post-overaly-style .post-thumb {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.post-overaly-style .post-thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post-overaly-style .post-content {
  position: absolute;
  bottom: 0;
  padding: 25px;
  z-index: 1;
}

.post-overaly-style .post-content .post-title a {
  color: #fff;
}

.post-overaly-style .post-content .post-title a:hover {
  color: #fff;
}

.post-overaly-style:hover .post-thumb img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.post-overaly-style.overlay-primary::after {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(222, 56, 78, 0.72) 100%);
  opacity: .9;
}

.post-overaly-style.overlay-primary:hover::after {
  opacity: .7;
}

.trending-slider .post-md {
  min-height: 310px;
  margin-bottom: 0;
}

.featured-tab {
  position: relative;
}

.featured-tab .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}

.featured-tab .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.featured-tab .nav-tabs .nav-link {
  padding: 0 7px;
  border: none;
  position: relative;
  font-size: 17px;
  display: inline-block;
  color: #495057;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}

.featured-tab .nav-tabs .nav-link.active {
  background: transparent;
}

.featured-tab .nav-tabs .nav-link.active .tab-head>span.tab-text-title {
  color: #de384e;
  background: transparent;
  border: none;
}

.featured-tab .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #de384e;
  top: -5px;
  bottom: 0;
  margin: auto;
}

.featured-tab .nav-tabs .nav-link .tab-head>span.tab-text-title {
  font-size: 14px;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .tab-content>.active {
  display: block;
}

.list-post-block .list-post {
  padding: 0;
}



.list-post-block .list-post .post-block-style .post-thumb {
  width: 225px;
  /* height: 128px; */
  /* margin-bottom: 30px;
  margin-right: 25px; */
  margin-bottom: 8px;
}

/* .list-post-block .list-post .post-block-style .post-thumb img {
  width: 100%;
  height: 85px;
} */


@media (min-width: 320px) and (max-width: 767px) {
  
  .list-post-block .list-post .post-block-style .post-thumb {
  width: 130px;
  height: 85px;
  margin-bottom: 30px;
  margin-right: 25px;
}


.list-post-block .list-post .post-block-style .post-thumb img {
  width: 100%;
  height: 85px;
}

.list-post-block .list-post > li {
  width: 100% !important;
}

.post-block-style {
 flex-direction: row !important;
}
  
}

@media (min-width: 768px) and (max-width: 991px) {
  
  .list-post-block .cu-post > li {
    width: 160px !important;
}

.list-post-block .list-post .post-block-style .post-thumb {
  width: 150px !important;
  margin-bottom: 8px;
}

}




.list-post-block .list-post .cu-post-block-style {
  flex-direction: column;
}

.list-post-block .list-post {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-post-block .cu-post > li {
  width: 242px;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-md {
  height: 96px;
  overflow: hidden;
}

.list-post-block .list-post .post-block-style .post-thumb.thumb-md img {
  max-width: 100%;
  height: 100%;
}

.list-post-block .list-post .post-block-style .grid-category .post-cat {
  text-transform: uppercase;
}

.list-post-block .list-post .post-block-style .post-content .post-title {
  margin: 5px 0;
  line-height: 17px;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb {
  margin-bottom: 0;
}

.list-post-block .list-post li:last-child .post-block-style .post-thumb.thumb-md {
  height: 100px;
}

.block.style2 {
  background: #000;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}



.block-slider {
  background: #f7f7f7;
  padding-bottom: 80px;
}

.block-slider .owl-carousel .owl-dots {
  top: auto;
  bottom: -47px;
  text-align: center;
  height: 20px;
}

.ts-category-list {
  padding: 0;
}

.ts-category-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}

.ts-category-list li a {
  padding: 20px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  min-height: 100px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ts-category-list li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.ts-category-list li a span {
  position: relative;
  white-space: nowrap;
}

.ts-category-list li a span.bar {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 65px 0 25px;
}

.ts-category-list li a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-category-list-sm li a {
  min-height: 91px;
}

.trending-slider.full-width .post-overaly-style {
  border-radius: 0;
}

.trending-slider.full-width .post-overaly-style::after {
  border-radius: 0;
}

.post-tab .nav-tabs .nav-item:not(:first-child) {
  margin-left: 20px;
}

.post-tab .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  color: #d3d3d3;
}

.post-tab .nav-tabs .nav-item .nav-link::after,
.post-tab .nav-tabs .nav-item .nav-link::before {
  position: absolute;
  top: 0;
  content: '';
  background: #de384e;
  left: 0;
  opacity: 1;
}

.post-tab .nav-tabs .nav-item .nav-link::before {
  opacity: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 12px;
  background: #d3d3d3;
}

.post-tab .nav-tabs .nav-item .nav-link.active::before {
  background: #de384e;
  border-radius: 0;
  height: 12px;
  top: -12px;
}

.post-tab .nav-tabs .nav-item .nav-link.active::after {
  background: #de384e;
  border-radius: 0;
  height: 3px;
  width: 12px;
}

.post-tab .list-post .post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.post-tab .list-post .post-block-style .post-thumb {
  position: relative;
  border-radius: 50%;
  overflow: initial;
  width: 85px;
  height: 85px;
}

.post-tab .list-post .post-block-style .post-thumb img {
  border-radius: 50%;
  height: 100%;
}

.post-tab .list-post .post-block-style .post-thumb .tab-post-count {
  position: absolute;
  top: 0;
  left: 12px;
  background: #de384e;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  border: 2px solid #fff;
}

/*==================================================
//  commment list
 ================================================== */
.ts-comments-row {
  position: relative;
  margin-bottom: 50px;
}

.ts-comments-row:last-child {
  margin-bottom: 0;
}

.ts-author {
  color: #777777;
}

.ts-author a {
  color: #777777;
}

.ts-author a:hover {
  color: #de384e;
}

.ts-author-comments {
  position: relative;
}

.ts-author-comments::after {
  position: absolute;
  content: '';
  left: 36px;
  bottom: 20%;
  width: 1px;
  z-index: -1;
  height: 60%;
  background: #eaeaea;
}

.ts-author-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ts-author-thumb img {
  width: 100%;
}

.ts-author-media {
  background: #fff;
  padding: 20px 0;
}

.ts-author-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}

.ts-author-content::after {
  position: absolute;
  content: '';
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%) rotate(45deg);
  -ms-transform: translateY(-100%) rotate(45deg);
  transform: translateY(-100%) rotate(45deg);
  border: 1px solid #ddd;
  border-width: 0 0px 1px 1px;
}

.ts-author-content::before {
  position: absolute;
  content: "\e943";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: 'iconfont';
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}

.ts-author-content .comment {
  margin-bottom: 12px;
}

.ts-author-content .comment a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
}


.newsletter-area .email-form-group {
  position: relative;
}

.newsletter-area .email-form-group .news-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
  line-height: inherit;
}

.newsletter-area .newsletter-email {
  background: transparent;
  height: 58px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.newsletter-area .newsletter-email:focus {
  outline-style: none;
}

.newsletter-area .newsletter-email::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-email::placeholder {
  color: #fff;
  opacity: 1;
}

.newsletter-area .newsletter-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background: linear-gradient(90deg, #ff9e00 0%, rgba(0, 0, 0, 0) 98%);
  border: none;
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.newsletter-area .newsletter-submit:focus {
  outline-style: none;
}


.sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar-widget .nav-tabs {
  left: 0;
  right: auto;
}

.single-post .post-meta {
  padding: 15px 0;
}

.single-post .post-meta .post-cat {
  color: #fff;
}

.single-post .post-meta .post-author img {
  margin-right: 10px;
}

.single-post .post-meta li {
  color: #777;
  margin-bottom: 10px;
}

.single-post .post-meta li a:hover {
  color: #de384e;
}

.single-post .post-meta li.social-share {
  position: absolute;
  right: 0;
}

.single-post .post-meta li.social-share .shareicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #de384e;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}

.single-post .post-meta li.social-share .social-list {
  position: absolute;
  right: 30px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f0f0f0;
  width:max-content;
  padding: 12px 18px;
  display: none;
  text-align: center;
  height: 42px;
  border-radius: 35px;
}

.single-post .post-meta li.social-share .social-list li {
  margin-bottom: 0;
}

.single-post .post-meta li.social-share:hover .social-list {
  display: block;
}


.single-post .post-content-area ul li {
  list-style: inside;
  margin-bottom: 10px;
}

.single-post img.float-left {
  margin-right: 30px;
  margin-bottom: 30px;
}

.single-post .gallery-img {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  clear: both;
}

.single-post .gallery-img img {
  margin: 2px;
  width: 31%;
  height: 130px;
  object-fit: cover;
}

.single-post .post-footer {
  padding: 10px 0;
}

.single-post .tag-lists span {
  padding: 4px 13px;
  background: #de384e;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}

.single-post .tag-lists a {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  display: inline-block;
  font-size: 14px;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-post .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.single-post .tag-lists a:hover {
  color: #fff;
  background: #de384e;
  border-color: #de384e;
}

.single-post .post-navigation {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.single-post .post-navigation .post-next,
.single-post .post-navigation .post-previous {
  width: 50%;
  position: relative;
}

.single-post .post-navigation .post-next a:hover span,
.single-post .post-navigation .post-previous a:hover span {
  color: #de384e;
}

.single-post .post-navigation .post-previous {
  padding-left: 120px;
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.single-post .post-navigation .post-previous img {
  left: 0;
}

.single-post .post-navigation .post-next {
  text-align: right;
  padding-right: 120px;
  padding-left: 30px;
}

.single-post .post-navigation .post-next img {
  right: 0;
  left: auto;
}

.single-post .post-navigation a {
  color: #000;
}

.single-post .post-navigation a p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}

.single-post .post-navigation a span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #222222;
}

.single-post .post-navigation img {
  position: absolute;
  top: 0;
  width: 100px;
  height: 70px;
  border-radius: 5px;
}

.author-box {
  margin-top: 20px;
  padding: 30px 0 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 20px;
}

.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.author-box .author-url a {
  color: #000;
}

.author-box .author-url a:hover {
  color: #de384e;
}

.author-box .author-counter span {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
}

.author-box .author-social {
  padding-bottom: 20px;
}

.author-box .author-social a {
  color: #999;
  margin-left: 10px;
}

.entry-header {
  margin-bottom: 30px;
}

.post-video {
  position: relative;
  margin-bottom: 35px;
}

.post-video::before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}

.post-video img {
  width: 100%;
  border-radius: 5px;
}

.post-video-content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.post-video-content h3 a {
  color: #fff;
}

.post-video-content .ts-play-btn {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 1px solid #92999a;
  border-radius: 50%;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.25);
  float: left;
  color: #fff;
  margin-right: 20px;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment .comment-avatar {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  margin-right: 30px;
}

.comments-list .comment .comment-body {
  margin-left: 114px;
}

.comments-list .comment .comment-body .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment .comment-body .comment-content {
  margin: 15px 0;
}

.transing-slide-style2:hover .owl-nav .owl-prev,
.transing-slide-style2:hover .owl-nav .owl-next {
  opacity: 1;
}

/* =====================
// Contact page
======================== */
.contact-info h4 {
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
.waid {
  color: #303030;
  padding: 4px 16px;
  font-weight: bold;
  font-size: 15px;
}



@media (min-width: 768px) and (max-width: 1023px) {
  
  .waid > span {
    font-size: 12px;
  }
  .dot{
    font-size: 12px !important;
  }
  
}
@media (min-width: 1024px) and (max-width: 1439px) {
  
  .waid > span {
    font-size: 13px;
  }
  .dot{
    font-size: 13px !important;
  }
  
}

.no-contact,.no-contact-{
  font-size: 20px;
  font-weight: bold;
  margin-inline: 5px;
  color: #de384e;
}
.no-contact-{
  color: #000 !important;
}
.dots {
  color: #de384e;
  font-size: 16px;
  margin: 0 4px !important;
}
.xs-modal-popup  > span {
  font-size: 14px !important;
}

.f-sz {
  font-size: 14px;
}

.f-sz2 {
  font-size: 12px;
}

.brod-img {
  height: 26px;
  width: 26px;
}

.brod {
  margin-top: 9px;
}

.dot {
  font-size: 14px;
  font-weight: 900;
  color: #303030;
}


@media (max-width: 991px) {
  .waid {
    font-size: 15px;
    text-align: justify;
  }

  .brod {
    margin: 12px 14px 14px 0;
  }

  .brod::before {
    content: '';
    background: #de384e;
    height: 10px;
    display: inline-block;
    width: 10px;
    border-radius: 50%;
    margin: 8px 9px;
    float: right;
  }

}

@media (min-width: 992px) and (max-width: 1339px) {

  .waid {
    width: 75%;
  }

  .brod {
    margin-top: 22px;
  }

}

@media (min-width: 1440px) {

  .waid {
    width: 75%;
  }

}

@media (min-width: 992px) {

  .con {
    border-left: 5px solid #de384e;
  }

}

ul.navbar-nav>li>a i {
  margin: 5px;
  color: #f3bf3d;
}

.menu-tab .nav.nav-tabs>li>a.active {
  font-weight: bold;
}

.min-h1 {
  min-height: 200px;
}

.min-h2 {
  min-height: 105px;
}

.c-i img {
  height: 170px;
}

.c-i2 img {
  height: 160px !important;
}

.fl {
  font-size: large;
}

.nm {
  margin-left: 0 !important;
}

.waid::before {
  content: '';
  background: #de384e;
  height: 10px;
  display: inline-block;
  width: 10px;
  border-radius: 50%;
  margin: 0px 9px;

}

.p-h img {
  height: auto;
}

.cus img {
  height: 147px;
}

@media (min-width: 320px) and (max-width: 480px) {

  .logo img {
    height: 56px;
  }

}

/* begin galary */
.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  min-width: 600px;
  max-width: 900px;
  width: calc(100% - 100px);
  height: 400px;
}

.options .option {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  margin: 5px 10px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option:nth-child(1) {
  --defaultBackground: #ed5565;
}

.options .option:nth-child(2) {
  --defaultBackground: #fc6e51;
}

.options .option:nth-child(3) {
  --defaultBackground: #ffce54;
}

.options .option:nth-child(4) {
  --defaultBackground: #2ecc71;
}

.options .option:nth-child(5) {
  --defaultBackground: #5d9cec;
}

.options .option:nth-child(6) {
  --defaultBackground: #ac92ec;
}

.options .option.active {
  flex-grow: 10000;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 600px;
  margin: 0px;
  border-radius: 40px;
  background-size: cover;
}

.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black,
    inset 0 -120px 120px -100px black !important;
}

.options .option.active .label {
  bottom: 20px;
  left: 20px;
}

.options .option.active .label .info>div {
  left: 0px;
  opacity: 1;
}

.options .option:not(.active) {
  flex-grow: 1;
  border-radius: 30px;
  border: 1px solid #5a7482;
}

.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.options .option:not(.active) .label {
  bottom: 10px;
  right: 10px;
}

.options .option:not(.active) .label .info>div {
  right: 20px;
  opacity: 0;
}

.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label {
  display: flex;
  position: absolute;
  right: 0px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label .icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: white;
  color: var(--defaultBackground);
}

.icon img {
  height: 42px;
  width: 42px;
  border: 1px solid #ccc;
}

.options .option .label .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  color: white;
  white-space: pre;
}

.options .option .label .info>div {
  position: relative;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.options .option .label .info .main {
  font-weight: bold;
  font-size: 1.2rem;
}

.options .option .label .info .sub {
  transition-delay: 0.1s;
}

.waio {
  position: relative;
  height: 100px;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) {
  .options {
    flex-direction: column !important;
    min-height: 635px !important;
  }

  .options .option {
    min-height: 60px !important;
  }

  .options .option.active {
    min-height: 300px !important;
  }

  .options .option {
    margin: 10px 5px !important;
  }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  body .options {
    min-width: 310px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 424px) {
  body .options {
    min-width: 365px !important;
  }
}

@media screen and (max-width: 718px) {
  body .options {
    min-width: 520px;
  }
}

@media screen and (max-width: 638px) {
  body .options {
    min-width: 440px;
  }
}

@media screen and (max-width: 558px) {
  body .options {
    min-width: 360px;
  }
}

@media screen and (max-width: 478px) {
  body .options {
    min-width: 380px;
  }
}

.mn-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #294c5fd9; 
  background-image: -webkit-linear-gradient(45deg, #294c5fd9 0%, #303030 100%);
  background-image:    -moz-linear-gradient(45deg, #294c5fd9 0%, #303030 100%);
  background-image:      -o-linear-gradient(45deg, #294c5fd9 0%, #303030 100%);
  background: linear-gradient(45deg, #294c5fd9 0%, #303030 100%);
}





.bd {
  position: relative;
  background-image: url(../images/zog.svg);
}

.options .option:not(.active) .info {
  display: none;
}

.bd {
  background-color: #303030;
}
.pic_link{
  border: 1px #db9e30 solid;
  padding: 11px;
  border-radius: 50%;
  
}

/* End galary */
.movie-card {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 800px;
  height: 100%;
  min-height: 300px;
  display: block;
  border-radius: 8px;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 800px) {
  .movie-card {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .movie-card {
    background-position: 50% 0%;
    background-size: cover;
    height: 400px !important;
  }
}

.movie-card[data-movie="Blade Runner"] {
  background-image: url(../images/amr8-.jpg);
  background-position: center;
}

.move1 {
  background-image: url(../images/m2.jpg) !important;
}

.move4 {
  background-image: url(../images/anthack.jpg) !important;
}

.move2 {
  background-image: url(../images/amrlast.jpg) !important;
}

.movie-card[data-movie="Back to the Future"] {
  background-image: url("../images/back-to-the-future-part-ii-original.jpg");
}

.movie-card[data-movie="Akira"] {
  background-image: url("https://static1.squarespace.com/static/51b3dc8ee4b051b96ceb10de/t/58d86b3db3db2b57ce8f2986/1490578241899/?format=2500w");
}

.movie-card__overlay {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to left, rgba(42, 159, 255, 0.2) 0%, #212120 80%, #212120 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 600px) {
  .movie-card__overlay {
    background: linear-gradient(to bottom, rgba(42, 159, 255, 0.2) 0%, #212120 60%, #212120 100%);
  }
}

.movie-card__share {
  padding: 1em;
  display: inline-block;
  width: 100%;
  max-width: 130px;
}

@media screen and (max-width: 600px) {
  .movie-card__share {
    display: block;
    width: 100%;
  }
}

.movie-card__icon {
  color: #ffffff;
  mix-blend-mode: lighten;
  opacity: .4;
  background: none;
  padding: 0;
}

.movie-card__icon:hover {
  opacity: 1;
  mix-blend-mode: lighten;
}

.movie-card__icon:not(:first-of-type) {
  margin-left: 5px;
}

.movie-card__icon i {
  font-size: 1.2em;
}

.movie-card__content {
  width: 100%;
  max-width: 370px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  float: left;
  padding-left: 1.2em;
  padding-bottom: 1em;
  position: absolute;
  top: 0%;
}

@media screen and (max-width: 1000px) {
  .movie-card__content {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .movie-card__content {
    margin-top: 4.2em;
    width: 100%;
    float: inherit;
    max-width: 100%;
    padding: 0 1em 1em;
    position: absolute;
    bottom: 0;
  }
}

.movie-card__header {
  margin-top: 2em;
}

.movie-card__title {
  color: #ffffff;
  margin-bottom: .25em;
  opacity: .75;
}

.movie-card__info {
  text-transform: uppercase;
  font-size: .8em;
  color: #ffbd00;
  line-height: 1;
  margin: 0;
  font-weight: 700;
  opacity: .5;
}

.movie-card__desc {
  font-weight: 300;
  opacity: .84;
  margin-bottom: 2em;
  color: white;
  font-size: 14px;
}


.btns {
  padding: .5rem 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  position: absolute;
    bottom: 15px;
    left: 15px;
}

.btn-outline {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.btn::before {
  font-family: 'Material Icons';

  vertical-align: middle;
  font-size: 1.5em;
  padding-left: .5em;
}

.btn-outline:hover {
  border-color: #e2c279;
  box-shadow: 0px 1px 8px 0px rgba(245, 199, 0, 0.2);
}

.video-g {
  background: url(../images/bg-post.jpg);
}


/* end */
.f-sec {
  background: url(../images/ooo.jpg);
  background-size: contain;
  overflow: hidden;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 130px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}


.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0 0 10px 0;
  transition: all .3s;
}

@media screen and (max-width: 380px) {
  .blog-slider__img {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 80%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}


@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(45deg, #4081a7 0%, #17838c 100%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
}

.blog-slider__content a:hover {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  left: 30px !important;
  width: 11px !important;
  text-align: center;
  right: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e2c279;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/* End Friday */

a {
  text-decoration: none !important;
}


.headers h3 {
  color: #fff;
  font-weight: bold;
}

ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.bg-sec {
  background-image: linear-gradient(45deg, #706445ad 0%, #303030d4 100%);
  padding: 40px 0;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background-image: url(../images/z.webp);
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all .3s;
}

@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 630px;
    margin: 130px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}

.blog-slider__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
  transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 290px;
  flex-shrink: 0;
  height: 350px;
  transform: translate3d(105px, 25px, 0px);
  overflow: hidden;
}



.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0 0 10px 0;
  transition: all .3s;
}

@media (min-width: 426px) and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 47%;
  }
}

@media screen and (max-width: 425px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 85%;
  }
  .style-img-f{
    height: 250px;
    object-fit: cover;
  }
}

@media screen and (max-width: 380px) {
  .blog-slider__img {
    width: 100%;
    border-radius: 0 0 0 10px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}

.blog-slider__content {
  padding-left: 25px;
  transform: translate3d(75px, 0px, 0px);
}

@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(45deg, #3f3c34 0%, #0a0b0f 100%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  margin-inline: 10px;
}

.blog-slider__content a:hover {
  color: #fff;
}

@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination {
  position: absolute;
  z-index: 5;
  left: 30px !important;
  width: 11px !important;
  text-align: center;
  right: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 225px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e2c279;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/* footer */
.logo_light {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.logo_light1 {
  width: 200px;
  margin-top: 8px;
}

.fl--footer {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background: #222;
}

.fl--footer .page_footer_mask {
  width: 100%;
  height: 100%;
  opacity: 0.85;
  position: absolute;
}

.fl--footer .fl-footer-container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.fl--footer .fl-footer-container:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 10px;
  content: '';
  border-top: 130px solid transparent;
  -webkit-border-image: url(../images/border-footer.jpg);
  -o-border-image: url(../images/border-footer.jpg);
  border-image-slice: 160;
  border-image-outset: 0;
  background-color: transparent;
}

.fl--footer .fl-top-footer {
  position: relative;
  padding-top: 145px;
  text-align: center;
}

.fl--footer .fl-top-footer:after {
  content: '';
  position: absolute;
  display: block;
  margin-top: 0px;
  left: -50%;
  background-color: #777;
  height: 1px;
  right: -50%;
  opacity: 0.8;
}

.fl--footer .fl-top-footer .fl-footer__info {
  width: 50%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
}

.fl--footer .fl-top-footer .fl-footer__info p {
  color: #ccc;
}

.fl-footer-socials {
  padding: 12px 0;
  text-align: center;
}

.fl-footer-socials a.fl_footer_social_icon {
  padding: 4px 8px;
  margin: 7px;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.2s ease-in;
  background-color: #333333;
  color: #777777;
}

.fl-footer-socials a.fl_footer_social_icon i {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}


.fl--footer .fl--subscribe-contain {
  padding-bottom: 85px;
  position: relative;
}

.fl--footer .fl--subscribe-contain .fl--subscribe {
  margin: 0 auto;
  max-width: 1170px;
}

.fl--footer .fl--subscribe-contain .fl--subscribe label {
  padding-right: 25px !important;
  font-size: 26px !important;
  display: table !important;
  margin: 12px 0 !important;
}

.fl--subscribe-input {
  position: relative;
  margin: 0 30px;
}

.fl--subscribe-input form div {
  display: flex;
}

.fl--subscribe-input form div input[type=submit] {
  height: unset;
  position: absolute !important;
  right: 0 !important;
  padding: 15px 50px;
  border-radius: 0px 5px 5px 0px !important;
  transition: all 0.2s ease-in !important;
}

.fl--subscribe-input form div input[type=email] {
  height: unset;
  border-radius: 5px 0px 0px 5px !important;
  transition: all 0.2s ease-in !important;
  border-width: 0px !important;
  color: #777777 !important;
  margin-bottom: 0 !important;
  width: 50%;
}

.fl-footer-light_logo .fl-top-footer .fl--logo-container .fl--logo-light {
  display: block;
}

.fl-footer-light_logo .fl-top-footer .fl--logo-container .fl--logo-dark {
  display: none;
}

.fl-footer-dark_logo .fl-top-footer .fl--logo-container .fl--logo-light {
  display: none;
}

.fl-footer-dark_logo .fl-top-footer .fl--logo-container .fl--logo-dark {
  display: block;
}

.fl-footer-sidebar {
  text-align: left;
}

.fl-footer-sidebar ul li:before {
  content: none !important;
}

footer .fl-contact-info-widget-address {
  max-width: 198px;
}

footer .fl-contact-info-widget-address:before,
footer .fl-contact-info-widget-email:before,
footer .fl-contact-info-widget-phone:before {
  display: none !important;
}

html footer .fl-contact-info-widget-address,
html footer .fl-contact-info-widget-email,
html footer .fl-contact-info-widget-phone {
  position: relative;
  padding-left: 0;
  padding-bottom: 5px;
}

html .fl--blog-post-div-two .fl-post--item .fl-post-bottom-content .fl-post-info {
  font-size: 13px;
  padding-bottom: 10px;
  color: #767676;
}

html .fl-footer-sidebar .fl-widget--title {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500 !important;
  position: relative;
}

footer .fl-contact-info-widget-address,
footer .fl-contact-info-widget-email,
footer .fl-contact-info-widget-phone {
  position: relative;
  padding-left: 25px;
  padding-bottom: 8px;
}

footer .fl-contact-info-widget-address:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f041";
  color: #ccc !important;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 17px;
}

footer .fl-contact-info-widget-phone:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f095";
  color: #ccc !important;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
}

footer .fl-contact-info-widget-email:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0e0";
  color: #ccc !important;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
}

.fl-footer-socials {
  padding: 12px 0px;
}

.fl--header-title {
  max-width: 860px;
  text-transform: capitalize;
  line-height: 1.1;
}

.fl-footer-sidebar .widget_nav_menu ul li {
  position: relative;
  padding-left: 0;
  margin-left: 0;
  line-height: 2;
}

.fl-footer-sidebar .widget_nav_menu ul li:hover:after {
  left: 1px;
}

.fl--subscribe-input form div input[type="email"] {
  height: 58px;
}

html body .fl-footer-sidebar .fl-widget--title {
  margin-bottom:6px;
}

.page_box_info_page.container {
  position: relative !important;
  padding-left: 0 !important;
}

html .fl--footer .fl--subscribe-contain {
  padding-bottom: 30px;
  padding-top: 0;
}

.fl--subscribe-input form div input[type="submit"] {
  position: relative !important;
  padding: 0px 30px !important;
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
  background: #faf6ee !important;
  border-top: 0;
  font-weight: 700;
  padding: 8px;
  text-align: center;
  border: 0 !important;
}

html .fl--footer input[type="submit"] {
  padding: 14px 50px !important;
  height: 58px !important;
  line-height: inherit;
}

@media (max-width: 767px) {

  html footer .fl-contact-info-widget-address,
  html footer .fl-contact-info-widget-email,
  html footer .fl-contact-info-widget-phone {
    position: relative;
    padding-left: 0;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
  }
}

/*  */
.fl--subscribe-input form div {
  display: flex;
}

html .fl--footer .fl--subscribe-contain .fl--subscribe label {
  font-size: 24px !important;
  display: table !important;
  margin: 12px 0 !important;
  font-weight: 500 !important;
}

.fl--subscribe-input input[type=email],
.fl_social_widget a,
.widget_tag_cloud .tagcloud a {
  background: #252422 !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select,
textarea {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0px 20px;
  border: 2px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  color: #777777;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
}

.fl--subscribe-input input[type=submit],
.fl-donate-style-four .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt button:hover,
html .fl-icon-box.fl-icon-box-style--1 .fl-icon-box-image-wrapper:hover .fl-icon-box-icon-wrapper {

  background: linear-gradient(98deg, rgb(37 36 34) 21%, rgb(255 158 0) 100%);
  border: none;
  width: 20%;
}


.colors,
.colors a {
  color: white;
}

@media (min-width: 2600px) {
  .fl--footer .fl-footer-container:after {
    display: none;
  }
}

@media (max-width: 1640px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 250;
  }
}

@media (max-width: 1440px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 350;
  }
}

@media (max-width: 1300px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 450;
  }
}

@media (max-width: 1024px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 550;
  }
}

.fl-footer-socials a.fl_footer_social_icon:hover {
  transition: all 0.2s ease-in-out;
  color: #333333;
  background-color: #777777;
}


@media (max-width: 768px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 500;
    border-top: 60px solid transparent;
  }

  .fl--footer .fl-top-footer {
    position: relative;
    padding-top: 80px;
  }

  .fl--footer .fl-top-footer .fl-footer__info {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .fl--footer .fl-footer-container:after {
    border-image-slice: 660;
    border-top: 60px solid transparent;
  }


  .rspons {
    padding: 0 !important;

  }

  .rspons ::placeholder {
    color: rgba(255, 0, 0, 0) !important;
  }
  .blog-slider__title {
    font-size: 20px !important;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
  }

}

@media (max-width: 320px) {
  .fl--footer .fl-footer-container:after {
    display: none;
  
  }
}
@media (max-width: 425px) {

  .fl--subscribe-input form div input[type=email] {
    width: 100%;
    margin-bottom: 8px !important;
  }

  .fl--subscribe-input form div {
    display: block;
  }

  .fl--subscribe-input input[type=submit],
  .fl-donate-style-four .fl-post-give .fl-give-content .fl-post-give-content .fl-give-excerpt button:hover,
  html .fl-icon-box.fl-icon-box-style--1 .fl-icon-box-image-wrapper:hover .fl-icon-box-icon-wrapper {

    width: 100%;
  }
}

.fl-footer-socials a.fl_footer_social_icon:hover {
  transition: all 0.2s ease-in-out;
  color: #333333;
  background-color: #777777;
}

/* contact */
.contact-card {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.f-size {
  font-size: 16px;
}

.text-color {
  color: #6a6969;

}

.p-color {
  color: #303030;
}

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

.form-group>label {
  font-weight: bold;
}

.btn-border:hover {
  color: #fffffff6 !important;
}

.map-frame {
  width: 100%;
  height: 350px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 350px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 350px;
  width: 100%;
}

/* edit */
.btnn {
  padding: .5rem 2rem;
  background-color: rgb(48 48 48);
  color: white;
}

/* contact */

/* modile-nav-marquee */

.marquee-nav {

  overflow-x: scroll;
  display: flex;
  overflow: scroll;
}

.marquee-nav {
  overflow: scroll;
}

.marquee-nav a {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
  background-color: #1372a8;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 12px;
  transition: all .3s;
  border: 1px solid #000000;
  margin-bottom: 4px;
}

.marquee {
  min-height: 45px;
  box-shadow: 0 3px 6px 0 rgb(0 35 64 / 20%);
  background-color: white;
  position: relative;
}

.marquee_cont {
  transform: translateY(0%);
  min-height: 45px;
  transition: transform .4s ease-out;
  display: inline-flex;
  flex: 0 0 auto;
}

.mar-text:focus {
  color: #303030;
}

.mar-text:active {
  color: #303030;
}

.marquee_cont,
.qam_sub_menu_cont {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.marquee_item:first-child {
  order: 1;
}

.marquee_item.active {
  color: rgba(35, 35, 35, 0.75);
  order: 2;
}

.marquee_item {
  padding: 10px 15px 0;
  display: inline-block;
  color: rgba(35, 35, 35, 0.75);
  text-decoration: none;
  position: relative;
  order: 3;
  padding: 0 8px 0;
  font-family: HelveticaNeueBold;
  font-size: 14px;
  height: 45px;
  display: inline-flex;
  align-items: center;
}

.marquee_item::before {
  content: "";
  background: #c71b32;
  height: 7px;
  display: inline-block;
  width: 7px;
  border-radius: 50%;
  margin: 0 10px;
}

@media (min-width: 320px) and (max-width: 768px) {

  .blog-slider__content {
    transform: translate3d(0px, -40px, 0px);
  }

}


/*
	=======================================
		ainaba- START
	=======================================
*/
.kode_pray_fig,
.kode_pray_text,
.kode_pray_wrap {
  width: 100%;
}

.kode_pray_wrap {
  background-image: url("../images/pattran-bg5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.them_overlay {
  position: relative;
  overflow-x: clip;
}

.kode_pray_wrap.them_overlay:before {
  background-image: linear-gradient(45deg, #ffffff 0%, #d5d5d5d4 100%);
  opacity: 0.92;
}

.kode_pray_text {
  padding: 50px 0px 50px;
}

.kode_pray_text h5,
.kode_pray_text h2 {
  margin-bottom: 9px;
}

.kode_pray_text h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.kode_pray_text p {
  color: #333333;
  font-weight: bolder;
  margin-bottom: 23px;
}

.kode_pray_fig figure {
  width: auto;
  margin-top: -21px;
}
.kode_pray_fig .figure-1 {
  width: auto;
  margin-top: -43px;
}

.kode_pray_fig .ffigure {
  position: absolute;
  top: 95px;
  right: 10px;
}

.kode_pillars_text>figure {
  bottom: -6px;
  position: relative;
}

.kode_gallery3_wrap.wrap_2 {
  background-color: #f7f7f7;
  padding: 80px 0px;
}

.kode_gallery3_wrap.wrap_2 .slick-prev::before,
.kode_gallery3_wrap.wrap_2 .slick-next::before {
  color: #ddd
}

.kode_gallery3_wrap.wrap_2 {
  background-color: #f7f7f7;
  padding: 80px 0 75px;
}

.them_overlay:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.65;
  background-color: #000;
}

.ainaba {
  padding: 4px 20px !important;
  border: 1px #000 solid !important;
  margin-bottom: 10px !important;
  font-weight: bold;

}

.ainaba-btn {
  border-radius: 6px;
  padding: 10px;
  font-weight: 700;
  background-color: #303030 !important;
  color: #ffffff;
  border: 1px #000 solid;
  padding: 8px 32px !important;
}

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select,
textarea {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0px 20px;
  border: 2px solid #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  color: #777777;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
}

.a-btn {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0px 20px;
  border: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  color: #777777;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 15px;
  letter-spacing: .02em;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background-color: #fff;

  margin-left: 13px;
  margin-right: 13px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 13px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #303030;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tablinks {
  font-weight: bold;
  color: #343a40;
  font-size: 15px;
}

.h2-sty {
  font-size: 24px;
}

@media (max-width: 768px) {

  .kode_pray_fig .ffigure {
    position: absolute;
    top: 33px;
    right: -55px;
  }
.tablink:focus{
 
  outline: 1px rgba(255, 0, 0, 0) solid !important;
}
button:focus{
  outline: 1px rgba(188, 143, 143, 0) solid !important;
 
}
  .tab button,
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=password],
  input[type=tel],
  select,
  textarea {
    font-size: 13px;
  }

  .h2-sty {
    font-size: 18px;

  }
}

@media (max-width: 425px) {
  .kode_pray_fig .ffigure {
    display: none;
  }

  .tab button,
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=search],
  input[type=password],
  input[type=tel],
  select,
  textarea {
    font-size: 10px;
  }

  .h2-sty {
    font-size: 17px;
    margin: 0 !important;
  }

  .kode_pray_text {
    padding: 0px 0px 30px;
  }

  .tab {
    margin: 0px;
  }

  .ainaba {
    padding: 10px !important;
  }
  .enaba-row{
    display: flex;
    flex-direction: column-reverse;
  }
}
.kode_pray_fig .figure-1 {
  right: 10px;
}


/*
	=======================================
		ainaba END
	=======================================
*/
/*video start */


.content-wrap .header-stick {
  margin-top: -5rem !important
}

.content-wrap .footer-stick {
  margin-bottom: -5rem !important
}

.content-wrap {
  position: relative;
  overflow: hidden
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none
}

.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  cursor: pointer;
  font-style: normal
}

body:not(.device-touch) .i-bordered,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.social-icon {

  width: 40px;
  height: 40px;
  line-height: 38px !important;
  color: rgb(255, 255, 255);
  text-shadow: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 9px;
}


.social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  line-height: 54px !important
}

.social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: .875rem;
  line-height: 30px !important
}

.social-icon i {
  display: block;
  position: relative
}

body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.social-icon i:last-child {
  color: #fff !important;
  margin-top: 24px;
}


.social-icon.si-large:hover i:first-child {
  margin-top: -54px
}

.social-icon.si-small i:first-child {
  margin-top: 9px;
}

.social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}

.social-icon:hover {
  color: #555;
  border-color: transparent;
  margin-top: -10;
}

.si-colored.social-icon {
  border-color: transparent
}

.si-share .social-icon {
  margin: -1px 0;
  border-radius: 0;
  font-size: 15px
}

.team .si-share .social-icon {
  font-size: .875rem;
  width: 34px
}

.team .team-desc>.social-icon {
  margin-top: 20px
}

.team .team-content~.social-icon {
  margin-top: 30px
}

.team:not(.team-list) .social-icon {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
  margin-left: 4px;
  margin-right: 4px
}

.si-colored.si-facebook,
.si-facebook:hover {
  background-color: #3b5998 !important
}

.si-text-color.si-facebook i {
  color: #3b5998
}

.si-colored.si-instagram,
.si-instagram:hover {
  background-color: #8a3ab9 !important
}

.si-text-color.si-instagram i {
  color: #8a3ab9
}

.si-colored.si-youtube,
.si-youtube:hover {
  background-color: #c4302b !important
}

.si-text-color.si-youtube i {
  color: #c4302b
}

.si-colored.si-dribbble,
.si-dribbble:hover {
  background-color: #ea4c89 !important
}

.si-text-color.si-dribbble i {
  color: #ea4c89
}

@media (max-width:991.98px) {

  .clients-grid,
  .testimonials-grid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    overflow: hidden
  }

  .clients-grid .grid-item,
  .testimonials-grid .grid-item {
    position: relative;
    padding: 20px 0;
  }

  .clients-grid .grid-item::after,
  .clients-grid .grid-item::before,
  .testimonials-grid .grid-item::after,
  .testimonials-grid .grid-item::before {
    content: '';
    position: absolute
  }

  .clients-grid .grid-item::before,
  .testimonials-grid .grid-item::before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dashed #ddd
  }

  .clients-grid .grid-item::after,
  .testimonials-grid .grid-item::after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dashed #ddd
  }

  .testimonials-grid .grid-item {
    padding: 2rem
  }

  .testimonials-grid .grid-item .testimonial {
    padding: 0;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important
  }

  .testimonial {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
  }


  .testimonial.testimonial-full {
    padding: 30px
  }

  .testimonial.testimonial-full[data-animation=fade] {
    padding: 30px
  }

  .testimonial.testimonial-full[data-animation=fade] .flexslider {
    overflow: visible !important
  }

  .testimonial-full .testi-image {
    float: none;
    margin: 0 auto 20px
  }

  .testimonial-full .testi-image,
  .testimonial-full .testi-image a,
  .testimonial-full .testi-image i,
  .testimonial-full .testi-image img {
    display: block;
    width: 72px;
    height: 72px
  }

  .testimonial-full .testi-image i {
    line-height: 72px
  }

  .testimonial .flex-control-nav {
    top: auto;
    bottom: 6px;
    right: 0
  }

  .testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 6px;
    height: 6px
  }

  .testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #1abc9c;
    opacity: .5
  }

  .testimonial .flex-control-nav li:hover a {
    opacity: .75
  }

  .testimonial .flex-control-nav li a.flex-active {
    opacity: 1
  }

  .testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 6px;
    margin-top: 20px
  }

  .testimonial.testimonial-full .flex-control-nav li {
    display: inline-block;
    float: none
  }

  .widget .testimonial.no-image .testi-image {
    display: none
  }

  .widget .testimonial.twitter-scroll .testi-image {
    margin-right: 10px
  }

  .widget .testimonial:not(.twitter-scroll) .testi-image,
  .widget .testimonial:not(.twitter-scroll) .testi-image a,
  .widget .testimonial:not(.twitter-scroll) .testi-image img {
    width: 42px;
    height: 42px
  }

  .widget .testimonial.twitter-scroll .testi-image,
  .widget .testimonial.twitter-scroll .testi-image a,
  .widget .testimonial.twitter-scroll .testi-image i,
  .widget .testimonial.twitter-scroll .testi-image img {
    width: 28px;
    height: 28px
  }

  .widget .testimonial.twitter-scroll .testi-image i {
    background-color: #eee;
    line-height: 28px;
    font-size: .875rem;
    color: #888
  }

  .widget .testimonial p {
    font-size: .875rem
  }

  .testimonial.twitter-scroll .testi-meta span {
    padding-left: 0
  }

  .testimonial.twitter-scroll .testi-meta span a {
    color: #999
  }

  .testimonial.twitter-scroll .testi-meta span a:hover {
    color: #222
  }

  .testimonial-full .testi-meta {
    margin-top: 15px
  }

  .testimonial-full .testi-meta span {
    padding-left: 0
  }


  .heading-block.text-end,
  .heading-block.title-right,
  .text-end .heading-block {
    direction: rtl
  }

  .heading-block.border-0::after,
  .heading-block.border-bottom-0::after {
    display: none
  }
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

.owl-carousel {
  /* display: none; */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  touch-action: manipulation
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  display: block;
  min-height: 100px;
  background: no-repeat center center
}

.owl-carousel .owl-refresh .owl-item {
  display: none
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-dot,
.owl-dots button,
.owl-nav .owl-next,
.owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  padding: 0;
  border: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.mega-menu-content .owl-carousel.owl-hidden {
  opacity: 1
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1
}

.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: -36px;
  zoom: 1;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, .2);
  color: #666;
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -38px
}

.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: -18px
}

.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: -18px
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #1abc9c !important;
  color: #fff !important;
  text-decoration: none
}

.owl-carousel .owl-nav .disabled {
  display: none !important
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 30px 4px 0 4px;
  opacity: .5;
  border-radius: 50%;
  background-color: #1abc9c;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  opacity: 1
}

.owl-carousel[class*=owl-dots-pos-] .owl-carousel[class*=owl-img-pos-],
.owl-carousel[class*=owl-nav-pos-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.owl-carousel.owl-content-pos-1 .owl-stage-outer,
.owl-carousel.owl-dots-pos-1 .owl-dots,
.owl-carousel.owl-nav-pos-1 .owl-nav {
  order: 1
}

.owl-carousel.owl-content-pos-2 .owl-stage-outer,
.owl-carousel.owl-dots-pos-2 .owl-dots,
.owl-carousel.owl-nav-pos-2 .owl-nav {
  order: 2;
  margin: 20px 0
}

.owl-carousel.owl-content-pos-3 .owl-stage-outer,
.owl-carousel.owl-dots-pos-3 .owl-dots,
.owl-carousel.owl-nav-pos-3 .owl-nav {
  order: 3
}

.owl-carousel.owl-dots-pos-2 .owl-dots .owl-dot,
.owl-carousel.owl-dots-pos-3 .owl-dots .owl-dot {
  margin-top: 0
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav,
.owl-carousel.owl-nav-pos-right .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.owl-carousel.owl-dots-pos-left .owl-dots,
.owl-carousel.owl-nav-pos-left .owl-nav {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.owl-carousel.owl-dots-pos-right .owl-dots,
.owl-carousel.owl-nav-pos-right .owl-nav {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.owl-carousel.with-carousel-dots.owl-dots-pos-top .owl-nav [class*=owl-] {
  margin-top: 0
}

.owl-carousel {
  --owl-nav-sizes: 36px;
  --owl-dots-gutters: 4px;
  --owl-dots-sizes: 8px;
  --owl-nav-bg: var(--themecolor, #1ABC9C);
  --owl-nav-margin: calc(var(--owl-nav-sizes) / -2);
  --owl-nav-with-dots: calc(var(--owl-nav-margin) - calc(calc(30px + var(--owl-dots-sizes)) / 2))
}

.owl-carousel.owl-dots-size-sm {
  --owl-dots-sizes: 4px;
  --owl-dots-gutters: 2px
}

.owl-carousel.owl-dots-size-lg {
  --owl-dots-sizes: 12px;
  --owl-dots-gutters: 5px
}

.owl-carousel.owl-dots-size-xl {
  --owl-dots-sizes: 16px;
  --owl-dots-gutters: 6px
}

.owl-carousel .owl-dots .owl-dot {
  width: var(--owl-dots-sizes);
  height: var(--owl-dots-sizes);
  background-color: var(--owl-nav-bg);
  margin-left: var(--owl-dots-gutters);
  margin-right: var(--owl-dots-gutters);
  transition: all .3s;
  display: contents;
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .disabled {
  display: inline-block !important;
  pointer-events: none;
  opacity: .4 !important
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot:not(.active) {
  opacity: 1;
  background-color: transparent;
  border: 1px solid var(--owl-nav-bg)
}

.owl-carousel.owl-dots-border .owl-dots .owl-dot.active {
  border-color: transparent
}

.owl-carousel.owl-dots-square .owl-dots .owl-dot {
  border-radius: 0;
  --owl-dots-sizes: 10px
}

.owl-carousel.owl-dots-rounded .owl-dots .owl-dot {
  --owl-dots-sizes: 10px;
  border-radius: 2px
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot {
  --owl-dots-sizes: 16px;
  opacity: .4;
  height: 4px;
  border-radius: 4px
}

.owl-carousel.owl-dots-dashed .owl-dots .owl-dot.active {
  --owl-dots-sizes: 32px;
  opacity: 1
}

.owl-carousel.owl-dots-number .owl-dots {
  --owl-dots-sizes: 28px;
  counter-reset: dots;
  --owl-nav-bg: #FFF
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot {
  position: relative;
  width: auto;
  opacity: .3
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active {
  opacity: 1
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot:before {
  display: inline-block;
  counter-increment: dots;
  content: counter(dots, decimal-leading-zero)
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #666;
  top: -5px;
  margin-left: 5px;
  transition: width .4s ease-in-out
}

.owl-carousel.owl-dots-number .owl-dots .owl-dot.active span {
  width: 30px
}

.owl-carousel .owl-nav [class*=owl-] {
  left: calc(-1 * var(--owl-nav-sizes));
  width: var(--owl-nav-sizes);
  height: var(--owl-nav-sizes);
  line-height: calc(calc(-1 * var(--owl-nav-sizes)) - 4px);
  font-size: calc(var(--owl-nav-sizes)/ 2);
  margin-top: var(--owl-nav-margin)
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: var(--owl-nav-with-dots)
}


.owl-carousel.owl-nav-hover-fixed .owl-nav [class*=owl-],
.owl-carousel:hover .owl-nav [class*=owl-] {
  opacity: 1;
  left: calc(calc(-1 * var(--owl-nav-sizes))/ 2)
}

.owl-carousel.owl-nav-hover-fixed .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-next {
  left: auto;
  right: calc(calc(-1 * var(--owl-nav-sizes))/ 2)
}

.owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: var(--owl-nav-bg) !important
}




.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-prev {
  margin-right: 5px
}

.owl-carousel.owl-nav-hover-fixed[class*=owl-nav-pos-] .owl-nav .owl-next {
  margin-left: 5px
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] {
  width: auto;
  height: auto;
  line-height: 1.5;
  font-size: .925rem;
  border-radius: 3px;
  padding: 4px 8px
}

.owl-carousel.owl-nav-text .owl-nav [class*=owl-] i {
  position: relative;
  top: 1px
}

.news-carousel .rounded-skill {
  position: absolute;
  margin: 0 !important;
  top: 30px;
  right: 30px;
  color: #fff;
  font-weight: 700
}

.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 47.5%;
  z-index: 5;
  display: inline-block
}

.carousel-control .icon-chevron-left {
  left: 50%
}

.carousel-control .icon-chevron-right {
  right: 50%
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  left: 0 !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #eee;
  background-color: rgba(0, 0, 0, .4);
  font-size: 28px;
  border-radius: 0 3px 3px 0
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: -50px
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -36px
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important;
  border-radius: 3px 0 0 3px
}

.owl-carousel-full .owl-nav .owl-next,
.slider-element .owl-nav .owl-next {
  left: auto !important;
  right: 0 !important
}

.owl-carousel-full .owl-nav [class*=owl-],
.slider-element .owl-nav [class*=owl-] {
  margin-top: -30px;
  height: calc(var(--owl-nav-sizes) * 1.6666666667);
  line-height: calc(var(--owl-nav-sizes) * 1.6666666667);
  font-size: calc(calc(var(--owl-nav-sizes) * 1.6666666667)/ 2)
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
  margin-top: calc(calc(calc(var(--owl-nav-sizes) * 1.6666666667)/ -2)) - calc(calc(30px + var(--owl-dots-sizes))/ 2)
}

.testi-content {
  position: relative;
  overflow: hidden
}

.testi-content p {
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-full .testi-content {
  text-align: center;
  font-size: 18px
}

.play-icon {
  transition: transform .3s ease;
}

.play-icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.play-icon i {
  width: 80px;
  height: 80px;
  line-height: 81px;
  font-size: 28px;
  padding-left: 5px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  background-color: #FFF;
  z-index: 2;
  transition: all .3s ease;
}

.play-icon:hover i {
  background-color: #de384e;
  color: #FFF;
}

.owl-carousel .jumbotron {
  height: 400px;
}

.owl-item .jumbotron {
  opacity: .5;
  transform: scale(0.95);
  transition: all .5s ease;
}

.owl-item .jumbotron-text {
  opacity: 0;
  transform: scale(0.9);
  transition: all .4s .2s ease;
}

.owl-item.active .jumbotron,
.owl-item.active .jumbotron-text {
  opacity: 1;
  transform: scale(1);
}

#oc-teachers .owl-nav [class*=owl-] {
  opacity: 1;
  left: 61px !important;
  height: 60px;
  line-height: 60px;
  border: none;
  color: #333;
  background-color: transparent;
  font-size: 28px;
  border-radius: 0;
}

#oc-teachers.owl-nav .owl-next {
  left: auto;
  right: -61px;
}

#oc-teachers .owl-nav .owl-next {
  left: auto !important;
  right: 62px !important;
  border-radius: 0;
  top: 56%;
}

.ar-s {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.fa-arrow-right:before, .fa-arrow-left:before {
  position: absolute;
  top: 14px;
  left: 9px;
}

.h-title {
  color: rgb(255, 255, 255);
}

#oc-teachers .owl-nav [class*=owl-]:hover {
  margin-left: 8px;
  margin-right: 8px;
  background-color: transparent !important;
  color: #7E9680 !important;
  color: var(--themecolor, #7E9680) !important;
}

.device-md #oc-teachers .owl-nav .owl-prev {
  left: 67px !important;
}

.device-md #oc-teachers .owl-nav .owl-next {
  right: 67px !important;
}

.device-sm #oc-teachers .owl-nav .owl-prev,
.device-xs #oc-teachers .owl-nav .owl-prev {
  left: 27px !important;
}

.device-sm #oc-teachers .owl-nav .owl-next,
.device-xs #oc-teachers .owl-nav .owl-next {
  right: 27px !important;
}

.yoga-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;

}

#oc-teachers .owl-nav .owl-prev {
  top: 56%;
}


@media (max-width: 425px) {
  .jumbotron {
    padding: 0 !important;
  }

  .h-title {
    padding: 0 16px;
    font-size: 16px;
    text-align: center;
  }


  .play-icon,
  .social-icons {
    display: flex;
    justify-content: center;
    margin: auto;
  }

  #oc-teachers .owl-nav .owl-prev,
  #oc-teachers .owl-nav .owl-next {
    color: #FFF !important;
  }

  .testi-content {
    display: none;
  }
  
.device-sm #oc-teachers .owl-nav .owl-prev,
.device-xs #oc-teachers .owl-nav .owl-prev {
  left: 27px !important;
  top: 70%;
}

.device-sm #oc-teachers .owl-nav .owl-next,
.device-xs #oc-teachers .owl-nav .owl-next {
  right: 27px !important;
  top: 70%;
}
}

@media (min-width: 1024px) and (max-width: 1440px) {

  .h-title {
    font-size: 16px;
  }

  .testi-content {
    font-size: 12px;
  }
}

/*video end */
/*
	=======================================
		app began
	=======================================
*/
.faith-section {
  background: rgb(250, 218, 138);
  background: linear-gradient(36deg, rgb(255 255 255 / 0%) 0%, rgb(255 251 249 / 83%) 75%);
}

.faith-section .faith-content .faith-item {
  background-color: #fff;
  filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.2));
  padding: 30px 40px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .faith-section .faith-content .faith-item {
    margin-bottom: 30px;
    padding: 30px;
  }
}

.faith-section .faith-content .faith-item .lab-inner {
  z-index: 1;
  flex-direction: column;
}

@media (min-width: 992px) {
  .faith-section .faith-content .faith-item .lab-inner {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .faith-section .faith-content .faith-item .lab-inner .lab-thumb {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .faith-section .faith-content .faith-item .lab-inner .lab-thumb {
    margin: 0 45px;
  }
}

.faith-section .faith-content .faith-item .lab-inner .lab-thumb img {
  border-radius: 10%;
  border: 6px solid #303030;
  height: 250px;
  padding: 35px;
}

.faith-section .faith-content .faith-item .lab-inner .lab-content h4 {
  margin-bottom: 15px;
}

.faith-section .faith-content .faith-item .lab-inner .lab-content h4 span {
  font-size: 24px;
  font-weight: 400;
}

.faith-section .faith-content .faith-item .lab-inner .lab-content p {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .faith-section .faith-content .faith-item .lab-inner .lab-content p {
    font-size: 20px;
    line-height: 1.5;
  }
}
 .nav-link-sub {
  margin-right: 0;
}

.nav-link-sub {
  width: 120px;
  height: 120px;
  filter: drop-shadow(0 0 5px rgba(136, 136, 136, 0.2));
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 6px solid transparent;
}

@media (max-width: 767px) {
.nav-link-sub {
    margin-bottom: 10px;
  }
}

.nav-link-sub:active {
  border-color: #f3bf3d;
}

.nav-link-sub>img {
  height: 80px;
}

@media (min-width: 1200px) {
  .shape-3::after {
    position: absolute;
    background-image: url(../images/app-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: -3;
    height: 100%;
    width: 70%;
    bottom: -15px;
    left: 0;
    content: "";
  }
}

.pattern-2::after {
  background-image: url(../images/pattern-2.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.4;
}

.pattern-2::after {
  position: absolute;
  content: "";
}

.app-stor {
  width: 150px;
}

.cotent-app-stor {
  display: flex;
  flex-direction: column;
}

/*
	=======================================
		app END
	=======================================
*/
/* ================================================
 // main-orgainal
 ================================================== */
.main-o {
  background-image: url('../images/imam-cover.jpg');
  height: 80vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  background-position-y: center;
  background-position-x: center;
}

/* .main-o::before{
  content: "";
  position: absolute;
  height: 98%;
  width: 99%;
  display: block;
  background: #3333336b;
} */

.highlighted-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align-items: flex-end; */


}

.highlighted-category {
  margin: 10px;
  background: #30303059;
  padding: 6px 20px;
  border-radius: 5px;
  height: auto !important;
}

.highlighted-category:hover h5 {
  color: #000 !important;
}

.highlighted-category:hover {
  background: #ffffffeb;
}

.h-t:hover {
  color: #f9c33e !important;
}

/* .h-r:hover{
  color:#de384e !important;
} */
.h-r,
.h-t {
  margin: 0;
}

.h-t {
  display: flex;
  flex-direction: row-reverse;
}

.ar-le,
.ar-le-finle {
  margin: 6px 0px 0px 10px;
  font-weight: bold;
  color: #e01f39;
  float: right;
  transform: rotateY(180deg);
}

.ar-le-finle {
  color: #e01f39 !important;
}

.ad {
  background: none !important;
}
.part{
  box-shadow: none;
  margin-bottom: 15px;
}
.part .highlighted-category{
  background-color: rgb(229 229 229);
  color: #000;
}

.mar-text {
  color: #fff;
}

.highlighted-category::before {
  content: "";
  display: none;
}

.text-imam {
  width: 400px;
}

.size-img-logo {
  height: 300px;
  width: 300px;
}

.lang {
  position: absolute;
  cursor: pointer;
  height: 2em;
  width: 5em;
  padding: 0;
  outline: none;
  font-size: 16px;
  overflow: hidden;
  color: #dbd6d6;
  transition: color 0.3s 0.1s ease-out;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.big {
  width: 100px;
}

.lang::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  display: block;
  width: 10em;
  height: 10em;
  line-height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.8s ease-out;
  z-index: -1;
}

.lang:hover {
  color: #de384e;
}

.lang:hover::before {
  box-shadow: inset 0 0 0 10em #dbd6d6;
}

.pos-r {
  position: relative;
  height: 100vh;
}

.pos-a {
  position: absolute;
  top: 12vh;
  bottom: 0;
  left: 0;
  right: 0;
}

.temp {
  height: 60px;
}

@media (min-width: 320px) and (max-width: 374px) {

  .size-img-logo {
    height: 200px;
    width: 200px;
  }

  .text-imam {
    width: 250px;
  }

  .pos-a {
    top: 0vh;
  }

}

@media (min-width: 375px) and (max-width: 424px) {
  .size-img-logo {
    height: 250px;
    width: 250px;
  }

  .text-imam {
    width: 325px;
  }

  .pos-a {
    top: 0vh;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .pos-a {
    top: 0vh;
  }

  .text-imam {
    width: 350px;
  }

  .size-img-logo {
    height: 225px;
    width: 225px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-imam {
    width: 375px;
  }

  .size-img-logo {
    height: 300px;
    width: 300px;
  }

  .lang {
    font-size: 15px;
  }

  .pos-a {
    top: 10vh;
  }

  .d-e {
    justify-content: flex-end !important;
  }

  .d-s {
    justify-content: flex-start !important;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .text-imam {
    width: 325px;
  }

  .size-img-logo {
    height: 225px;
    width: 225px;
  }

  .lang {
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 1199px) {
  .main-o {
    background-position-y: 0px;
    height: 70vh;

  }
}

/* ================================================
 // end-main-orgainal
 ================================================== */
/* ================================================
 // video
 ================================================== */
/* .shadow, */
.shadow2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.72));
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1);
}

.shadow2 {
  background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.29)) !important;
}

.h-photo:hover {
  box-shadow: 2px 5px 5px #626669 !important
}

.project-title h3:before {
  position: absolute;
  content: '';
  top: 13.8%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #60b6bd;
  margin-left: -8px;
}

.project-title h3:after {
  position: absolute;
  content: '';
  top: 14.3%;
  left: 50%;
  width: 100px;
  height: 2px;
  background: #60b6bd;
  display: inline-block;
  margin-left: -50px;
}

/*karrar style*/

.h-img-chose,
.h2-img-chose {
  position: relative;
  height: 193px
}

.h2-img-chose {
  height: 408px !important
}

.img-last-edit {
  height: 300px;
  position: relative;
}

.bg-last-bottom {
  top: auto !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 70%);
}

.bg-last-top {
  bottom: auto !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 0%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 0%);
}

.play-last-edit {
  width: 50px;
  height: 50px;
  float: left
}

.social img {
  width: 32px;
}

.play-last-edit-up {
  height: 75px;
  width: 75px;
}

.play-last-edit-dw {
  height: 35px;
  width: 35px;
}

/* ================================================
 // end-video
 ================================================== */
/* quran */

.info {
  color: #89969F;
}

.stripe__label {
  font-size: 1em;
  text-transform: uppercase;
}

.stripe {
  position: relative;
  z-index: 8;
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: nowrap;
}

.stripe__bar {
  width: 100%;
  max-width: 0;
  height: 0.375em;
  background-color: white;
  margin-bottom: .125em;
  transition: max-width 350ms;
}

.stripe__bar--label {
  min-width: 120px;
  height: 2em;
  transition-duration: 525ms;
  transition-timing-function: cubic-bezier(0, 0.3, 1, 1);
}
.star:before{
content: url(../images/star-.svg);
width: 30px;
position: absolute;
top: -1px;
right: 117px;
z-index:-1;
}

.stripe-wrap:hover .stripe__bar {
  max-width: 15%;
}

.stripe-wrap:hover .stripe__bar--sm {
  max-width: 10%;
}

.stripe-wrap:hover .stripe__bar--md {
  max-width: 25%;
  transition-duration: 525ms;
}

.stripe-wrap:hover .stripe__bar--lg {
  max-width: 50%;
  transition-duration: 700ms;
}

.stripe-wrap:hover .stripe__bar--label {
  max-width: 100%;
  transition-duration: 350ms;
  transition-timing-function: ease-out;
}

.stripe__label {
  display: inline-block;
  align-items: center;
  padding: .15em 1.4em 0 .4em;
  height: 100%;
  background-color: white;
}

.tri-cta {
  width: 100%;
  background: white;
}

.stripe {
  margin-top: 1.875em;
}

.tri-cta__inner {
  display: flex;
  justify-content: space-between;
}

.tri-cta__intro {
  text-align: justify;
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.tri-cta__link {
  overflow: hidden;
  border-radius: 3%;
  display: block;
  position: relative;
  min-height: 330px;
  color: inherit;
  text-decoration: none;
}

.tri-cta__image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

[class*="__inner"] {
  width: 1440px;
  margin: auto;
}

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

/* quran */

/* mossoaa */
.img-maosoaa > img{
  height: 2770px;
  width: 100%;
  object-fit: cover;
}
.main-div-maosoaa{
  margin-bottom: 24px;
}
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 5px;
  padding: 1.5rem;
  color: #ffffff;
  margin-bottom: 24px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
  overflow: hidden;
}

.profile::before,
.profile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*inset: 0;*/
  top: 0;
  left: 0;
}

.profile::before {
  background: linear-gradient(
    to top,
    hsl(0 0% 0% / 0.79) 0%,
    hsl(0 0% 0% / 0.787) 7.8%,
    hsl(0 0% 0% / 0.779) 14.4%,
    hsl(0 0% 0% / 0.765) 20.2%,
    hsl(0 0% 0% / 0.744) 25.3%,
    hsl(0 0% 0% / 0.717) 29.9%,
    hsl(0 0% 0% / 0.683) 34.3%,
    hsl(0 0% 0% / 0.641) 38.7%,
    hsl(0 0% 0% / 0.592) 43.3%,
    hsl(0 0% 0% / 0.534) 48.4%,
    hsl(0 0% 0% / 0.468) 54.1%,
    hsl(0 0% 0% / 0.393) 60.6%,
    hsl(0 0% 0% / 0.31) 68.3%,
    hsl(0 0% 0% / 0.216) 77.3%,
    hsl(0 0% 0% / 0.113) 87.7%,
    hsl(0 0% 0% / 0) 100%
  );
  transition: 300ms opacity linear;
}

.profile::after {
  background: linear-gradient(
    45deg,
    hsl(5 97% 63% / 0.7) 0,
    hsl(5 97% 63% / 0) 100%
  );
  opacity: 0;
  transition: 300ms opacity linear;
}

.profile > * {
  z-index: 1;
}

.profile img {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  transition: filter 200ms ease, transform 250ms linear;
}

.profile .card-imam-img {
  height: 160px !important;
}


.profile h4,
.profile p {
  transform: translateY(2ex);
}
.profile p {
  display: none;
}

.profile h4 {
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.06ch;
    transition: 300ms transform ease;
}

.profile p {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  margin: -5px 0 0 0;
}

.profile p {
  opacity: 0;
  transition: 300ms opacity linear, 300ms transform ease-in-out;
}

.profile:hover :is(h2, p),
.profile:focus :is(h2, p) {
  transform: translateY(2.5ex);
}

.profile:hover :is(p),
.profile:focus :is(p) {
  display: block;
}

.profile:hover::after,
.profile:focus::after,
.profile:hover::before,
.profile:focus::before {
  opacity: 0.7;
}

.profile:hover p,
.profile:focus p {
  opacity: 1;
  transition-delay: 200ms;
}

.profile:hover img,
.profile:focus img {
  filter: grayscale(0);
  transform: scale(1.05) ;
}

/* end mossoaa */

.q-img-overlay {
  position: absolute;
  background: linear-gradient(360deg, rgb(0 0 0 / 86%) 62%, rgb(0 0 0 / 9%) 89%);
  bottom: 0;
  left: 0;
  right: 0;
}
.svg-img-q{
  height: 150px;
}
.content-q{
  align-items: center;
}
.blog-slider__button-q{
  padding: 15px 55px;
}
.quran-bg{
  background-image: url(../images/quran.png);
}

/* Projects */
.post-bx {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0 70px rgba(0,0,0,.05);
  -ms-box-shadow: 0 0 70px rgba(0,0,0,.05);
  -o-box-shadow: 0 0 70px rgba(0,0,0,.05);
  box-shadow: 0 0 70px rgba(0,0,0,.05);
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background-color: white;
}
.post-bx.lst {
  display: table;
  overflow: hidden;
}
.remove-ext3 .post-bx {margin-bottom: 30px;}
.post-thmb {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out .5s;
}
.post-thmb > a {
  float: left;
  width: 100%;
}
.post-thmb > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  transition: all ease-in-out .5s;
  
}
.post-bx:hover .post-thmb > a::before {opacity: .5;}
.post-bx:hover .post-thmb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all ease-in-out .5s;
  border-radius: 5px;
}
.post-inf {
  float: left;
  width: 100%;
  padding: 25px 30px 30px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.post-inf > h5 {
  margin-bottom: 0;
  font-size: 20px;
}
.pst-mta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 5px;
  display: inline-block;
}
.pst-mta > li {
    display: inline-block;
    margin: 5px 15px 0 0;
    font-family: Merriweather;
    font-size: 12px;
}
.pst-mta > li:last-child {margin-right: 0;}
.pst-mta > li i {margin-right: 7px;}
.post-inf > p {
    line-height: 25px;
    margin-bottom: 0;
    font-family: Merriweather;
    font-size: 14px;
}
.post-inf > a {
  display: inline-block;
  font-family: roboto slab;
  font-weight: 700;
  font-size: 15px;
  margin-top: 23px;
}
.post-bx.lst > * {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  float: none;
}
.post-bx.lst .post-thmb {width: 300px;}
.post-bx.lst .post-info {padding: 20px;}
.post-thmb img {
  width: 100%;
  height: 248px;
  border-radius: 5px;
}
.post-bx.lst .post-inf {padding: 15px 25px;}
.post-bx.lst .post-inf > a {margin-top: 15px;}
.remove-ext3 .event-bx {margin-bottom: 40px;}
.event-bx {
  float: left;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-box-shadow: 0 0 70px rgba(0,0,0,.05);
  -ms-box-shadow: 0 0 70px rgba(0,0,0,.05);
  -o-box-shadow: 0 0 70px rgba(0,0,0,.05);
  box-shadow: 0 0 70px rgba(0,0,0,.05);
  padding: 24px 25px 24px 100px;
  transition: all ease-in-out .5s;
  height: 147px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.event-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}
.event-bx > span {
  position: absolute;
  left: 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: initial;
  text-align: center;
}
.event-bx > span i {
  font-style: normal;
  font-size: 18px;
  display: block;
}
.event-bx > h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.event-bx > a {
  display: inline-block;
  font-size: 14px;
}
.event-bx:hover > h5 {color: #fff;}
.event-bx:hover .pst-mta > li {color: #f1f1f1;}
.event-bx:hover > a {color: #fff;}
.event-bx:hover:before {
  background-color: rgba(0,0,0,.5);
  transition: all ease-in-out .5s;
}
.t-text{
  color: #000;
}
.event-bx:hover ,.event-bx:hover .t-text{
  color: white !important;
}
@media(max-width: 425px) {
  .post-bx {
   display: flex !important;
   flex-direction: column;
   
  }
  .post-bx.lst .post-thmb {width: 100%;}
}
.bg-wrapper {
  background-color: #fbf8f375;
}
/* Projects */
.search-box {
  background-color: #e8e8e8;
  margin: 20px;
  padding: 10px;

}

.search-box h5 {
  color: #969494;
}

.search-box .border-span {
  border-right: 1px solid #ccc;
}

.search-titel {
  color: #000000;
}

.mx {
  margin-inline: 12px;
}

@media (max-width: 425px) {
  .search-box {
    margin: 7px;
  }

  .mx {
    margin-inline: 4px;
  }

  .search-box h5 {
    font-size: 9px !important;
  }
}

.marker {
  background-color: #9dbcffa8;
  padding: 2px;
}

.featured-tab .swiper-button-next,.featured-tab .swiper-container-rtl .swiper-button-prev {
  top: 100px !important;
}
.featured-tab .grid-cat {
  top: 160px;
}
/* .swiper-container-rtl .swiper-button-next{
  background-image: url('../images/left.svg')
}

.swiper-container-rtl .swiper-button-prev{
  background-image: url('../images/right.svg')
} */
.swiper-pagination-bullet-active{
  background: #de384e;
}
.swiper-wrapper{
  margin-bottom: 15px;
}


/* imam-slider */

.mySwiper-imam {
  overflow: hidden;
  margin: 0 auto;
}
.mySwiper-imam > .swiper-wrapper > .swiper-slide {
  width: 13%;
}
@media (max-width: 1890px) {
  .mySwiper-imam > .swiper-wrapper > .swiper-slide {
    width: 18%;
  }
}
@media (max-width: 1200px) {
  .mySwiper-imam > .swiper-wrapper > .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .mySwiper-imam > .swiper-wrapper > .swiper-slide {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .mySwiper-imam > .swiper-wrapper > .swiper-slide {
    width: 70%;
  }
}

.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/left.svg);
}
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/right.svg);
}
.mySwiper-imam > .swiper-button-next, .swiper-button-prev {
  position: absolute;
    top: 32%;
    width: 54px;
    height: 44px;
    margin-top: 15px;
    z-index: 3;
    cursor: pointer;
    background-size: 35px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.ql-align-center{text-align:center}
.ql-align-justify{text-align:justify}
/* end-imam-slider */

.cuid {
  height: 96px !important;
  width: 175px !important;
  margin-bottom: 0px !important;
  margin-left: 15px !important;
}

.work-image{
 height: 275px !important;
 object-fit: cover;
}