
/* My */

.social a[class*=facebook] {
  background-color: #3b5998;
}
.social a[class*=twitter] {
  background-color: #1da1f2;
}
.social a[class*=youtube] {
  background-color: #ff0000;
}
.social a[class*=instagram] {
  background-color: #9b0044
}
.social a[class*=google] {
  background-color: #dd4b39;
}
.social a[class*=whatsapp] {
  background-color: #075e54;
}

@charset "UTF-8";
*:focus {
  outline: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--primary);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--primary), 0 0 5px var(--primary);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: var(--primary);
  border-left-color: var(--primary);
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.center, .page-user-panel .container- .monz-logo i, .control-panel .site-bar .menu-toggle .menu, .page-monazamah .widget-monz-1 .item .icon i, .page-login .login-form-container .avatar i, .page-calendar .calendar-body .item a span, .page-calendar .calendar-body .item a span::before, .page-calendar .calendar-body .item a span::after, .widget-5 form .email-pref-toggle i, .widget-4 .entry-box .entry-icon, .widget-4 .entry-box .entry-icon i, .widget-3 .entry-box .entry-icon, .entry-box-3 .entry-icon, .entry-box-3 .entry-icon i, .main-footer .social a i, .main-header .search-toggle i, .social-fixed a i, .social-fixed a img, .mobile-menu .social a i, .mobile-menu .menu > li .submenu-toggle i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.control-panel .site-bar .menu-toggle .menu, .control-panel .site-bar .menu-toggle .menu::before, .control-panel .site-bar .menu-toggle .menu::after, .control-panel .site-bar .menu > li > a span::before, .control-panel .site-bar .menu > li, .control-panel .site-bar, .page-monazamah .accordion .item .head [class*=icon-], .page-database .big-link, .page-calendar .calendar-body .item a span::before, .page-calendar .calendar-body .item a span::after, .page-calendar .calendar-body .item, .page-post .page-post-container .post-tags a, .widget-5 form .email-pref-box, .widget-5 form .email-pref-toggle i, .widget-4 .entry-box .entry-icon, .widget-3 .entry-box .entry-icon, .widget-3 .entry-box .entry-image::before, .widget-1 .swiper-pagination .swiper-pagination-bullet, .widget-style-1 .widget-header-tabs .item a span::after, .entry-box-3 .entry-icon, .main-footer .social a, .main-header .main-menu .menu > li > ul ~ a::before, .main-header .main-menu .menu li ul, .main-header .main-logo img, .social-fixed a, .search-box .search-toggle, .search-box, .mobile-menu .menu > li .submenu-toggle i, .mobile-menu, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 500ms, color 200ms;
}

.radius {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}

.swiper-container .swiper-wrapper {
  opacity: 1;
}
.swiper-container .swiper-wrapper.opacity {
  opacity: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}
.site-overlay .close {
  width: 32px;
  display: none;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background-color: #fff;
  left: 30px;
}
.site-overlay .close::before, .site-overlay .close::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 15px;
  height: 1px;
  background-color: #000;
}
.site-overlay .close::before {
  top: 16px;
  transform: rotate(45deg);
}
.site-overlay .close::after {
  bottom: 15px;
  transform: rotate(-45deg);
}
.site-overlay .close:hover {
  background-color: var(--orange);
}
.site-overlay .close:hover::before, .site-overlay .close:hover::after {
  background-color: #fff;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-22 {
  font-size: 22px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
}

.font-size-32 {
  font-size: 32px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-36 {
  font-size: 36px !important;
}

.font-size-38 {
  font-size: 38px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

@media (min-width: 576px) {
  .font-size-sm-12 {
    font-size: 12px !important;
  }

  .font-size-sm-14 {
    font-size: 14px !important;
  }

  .font-size-sm-16 {
    font-size: 16px !important;
  }

  .font-size-sm-18 {
    font-size: 18px !important;
  }

  .font-size-sm-20 {
    font-size: 20px !important;
  }

  .font-size-sm-22 {
    font-size: 22px !important;
  }

  .font-size-sm-24 {
    font-size: 24px !important;
  }

  .font-size-sm-26 {
    font-size: 26px !important;
  }

  .font-size-sm-28 {
    font-size: 28px !important;
  }

  .font-size-sm-30 {
    font-size: 30px !important;
  }

  .font-size-sm-32 {
    font-size: 32px !important;
  }

  .font-size-sm-34 {
    font-size: 34px !important;
  }

  .font-size-sm-36 {
    font-size: 36px !important;
  }

  .font-size-sm-38 {
    font-size: 38px !important;
  }

  .font-size-sm-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .font-size-md-12 {
    font-size: 12px !important;
  }

  .font-size-md-14 {
    font-size: 14px !important;
  }

  .font-size-md-16 {
    font-size: 16px !important;
  }

  .font-size-md-18 {
    font-size: 18px !important;
  }

  .font-size-md-20 {
    font-size: 20px !important;
  }

  .font-size-md-22 {
    font-size: 22px !important;
  }

  .font-size-md-24 {
    font-size: 24px !important;
  }

  .font-size-md-26 {
    font-size: 26px !important;
  }

  .font-size-md-28 {
    font-size: 28px !important;
  }

  .font-size-md-30 {
    font-size: 30px !important;
  }

  .font-size-md-32 {
    font-size: 32px !important;
  }

  .font-size-md-34 {
    font-size: 34px !important;
  }

  .font-size-md-36 {
    font-size: 36px !important;
  }

  .font-size-md-38 {
    font-size: 38px !important;
  }

  .font-size-md-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-12 {
    font-size: 12px !important;
  }

  .font-size-lg-14 {
    font-size: 14px !important;
  }

  .font-size-lg-16 {
    font-size: 16px !important;
  }

  .font-size-lg-18 {
    font-size: 18px !important;
  }

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .font-size-lg-22 {
    font-size: 22px !important;
  }

  .font-size-lg-24 {
    font-size: 24px !important;
  }

  .font-size-lg-26 {
    font-size: 26px !important;
  }

  .font-size-lg-28 {
    font-size: 28px !important;
  }

  .font-size-lg-30 {
    font-size: 30px !important;
  }

  .font-size-lg-32 {
    font-size: 32px !important;
  }

  .font-size-lg-34 {
    font-size: 34px !important;
  }

  .font-size-lg-36 {
    font-size: 36px !important;
  }

  .font-size-lg-38 {
    font-size: 38px !important;
  }

  .font-size-lg-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-12 {
    font-size: 12px !important;
  }

  .font-size-xl-14 {
    font-size: 14px !important;
  }

  .font-size-xl-16 {
    font-size: 16px !important;
  }

  .font-size-xl-18 {
    font-size: 18px !important;
  }

  .font-size-xl-20 {
    font-size: 20px !important;
  }

  .font-size-xl-22 {
    font-size: 22px !important;
  }

  .font-size-xl-24 {
    font-size: 24px !important;
  }

  .font-size-xl-26 {
    font-size: 26px !important;
  }

  .font-size-xl-28 {
    font-size: 28px !important;
  }

  .font-size-xl-30 {
    font-size: 30px !important;
  }

  .font-size-xl-32 {
    font-size: 32px !important;
  }

  .font-size-xl-34 {
    font-size: 34px !important;
  }

  .font-size-xl-36 {
    font-size: 36px !important;
  }

  .font-size-xl-38 {
    font-size: 38px !important;
  }

  .font-size-xl-40 {
    font-size: 40px !important;
  }
}
.mobile-menu {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--gray-300);
  width: 100%;
  top: 70px;
  height: 90%;
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  height: -o-calc(100% - 70px);
  height: calc(100% - 70px);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu > li {
  position: relative;
  border-bottom: 1px solid var(--gray-400);
}
.mobile-menu .menu > li .submenu-toggle {
  width: 63px;
  height: 63px;
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid var(--gray-400);
  background-color: #d8dde2;
}
.mobile-menu .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 18px 20px;
}
.mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
  background-color: var(--primary);
}
.mobile-menu .menu > li > ul {
  display: none;
  padding-right: 20px;
}
.mobile-menu .menu > li > ul > li {
  border-top: 1px solid var(--gray-400);
}
.mobile-menu .menu > li > ul > li > a {
  display: block;
  padding: 12px 20px;
}
.mobile-menu .menu > li.active:hover, .mobile-menu .menu > li.active:hover > a, .mobile-menu .menu > li.active:active, .mobile-menu .menu > li.active:active > a {
  background-color: var(--secondary);
}
.mobile-menu .menu > li.active .submenu-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}
.mobile-menu .menu > li.active > ul {
  display: block;
}
.mobile-menu .bar {
  background-color: var(--gray-400);
}
.mobile-menu .bar, .mobile-menu .bar .social {
  min-height: 50px;
}
.mobile-menu .social a {
  width: 34px;
  height: 34px;
  display: block;
  color: #222222;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
}
.mobile-menu .social a:hover {
  color: #ffffff;
}
.mobile-menu .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.mobile-menu .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.mobile-menu .social a:hover[class*=youtube] {
  background-color: #ff0000;
}
.mobile-menu .social a:hover[class*=rss] {
  background-color: #f26522;
}
.mobile-menu .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.mobile-menu .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.mobile-menu .social a:hover[class*=whatsapp] {
  background-color: #075e54;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.mobile-menu .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}
body.mobile-menu-active {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-active .mobile-menu {
  opacity: 1;
  visibility: visible !important;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: relative;
}
.menu-toggle .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 60%;
  height: 2px;
  background:var(--mycolor);
  transition: 0.35s;
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background:var(--mycolor);
  content: "";
  transition: transform 0.35s;
}
.menu-toggle .icon:before {
  transform: translate(-50%, -8px);
}
.menu-toggle .icon:after {
  transform: translate(-50%, 8px);
}
.menu-toggle .icon:before, .menu-toggle .icon:after {
  transform-origin: 50% 0%;
}
body.mobile-menu-active .menu-toggle .icon, .menu-toggle .icon.active {
  background: transparent;
}
body.mobile-menu-active .menu-toggle .icon:before, .menu-toggle .icon.active:before {
  transform: translate(-50%, 0) rotate(45deg);
}
body.mobile-menu-active .menu-toggle .icon:after, .menu-toggle .icon.active:after {
  transform: translate(-50%, 0) rotate(-45deg);
}

.search-box {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 52;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  right: 0;
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 80px;
}
.search-box form input[type=search] {
  width: 100%;
  height: 80px;
  border: none;
  color: #000;
  font-size: 24px;
  padding-right: 30px;
  background-color: transparent;
}
.search-box form input[type=search]::placeholder {
  color: #adb5bd;
}
.search-box form label {
  color: #000;
  font-size: 20px;
}
.search-box form button {
  color: #000;
  border: none;
  outline: none;
  background: none;
}
.search-box .search-toggle {
  font-size: 24px;
  position: absolute;
  top: 50%;
  z-index: 5;
  opacity: 0;
  color: #000;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
  right: 0;
}
body.search-active {
  overflow: hidden;
}
body.search-active .site-overlay {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.1);
}
body.search-active .site-container * {
  filter: grayscale(1);
}
body.search-active .search-box {
  visibility: visible !important;
  opacity: 1;
}
body.search-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(540deg);
}

.social-fixed {
  width: 40px;
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 55;
  transform: translateY(-50%);
}
.social-fixed a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 50%;
  background-color: var(--primary);
}

body.site2 .social-fixed a {
  background-color: #00a79d;
}
.social-fixed a.pen {
  color: #000;
}
.social-fixed a:hover {
  color: #fff;
  background-color:var(--secondary);
}
.main-bar {
  background-color: #222831;
}
.main-bar, .main-bar > [class*=container], .main-bar > [class*=container] > div {
  height: 40px;
}
.main-bar .link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}
.main-bar .link i {
  margin-left: 10px;
}
.main-bar .link + .link::before {
  content: "|";
  color: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
}
.main-bar .link:hover {
  color: #adcb36;
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 50;
}
body.site2 .main-header {
  background-color: var(--primary2) !important;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  height: 90px;
}
.main-header .main-logo img {
  height: 77px;
}
@media (max-width: 575.98px) {
  .main-header .main-logo img {
    max-width: 224px;
  }
}
.main-header .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .main-menu .menu li {
  position: relative;
}
.main-header .main-menu .menu li ul {
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(8px);
}
.main-header .main-menu .menu li ul::before {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 100%;
  right: 0;
  content: "";
}
.main-header .main-menu .menu li ul li a {
  display: block;
  font-size: 14px;
  padding: 4px 20px;
}
.main-header .main-menu .menu li ul li a:hover {
  background-color: #f9f9f9;
}
.main-header .main-menu .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.main-header .main-menu .menu > li > a {
  color:var(--black);
  font-weight: 700;
  font-size: 14px;
  position: relative;
  padding: 6px 14px;
  border-radius: 30px;
}
.main-header .main-menu .menu > li:hover > a, .main-header .main-menu .menu > li > a:hover, .main-header .main-menu .menu > li a.active {
  background-color:var(--primary);
  color: var(--white);
}
body.site2 .main-header .main-menu .menu > li:hover > a, body.site2 .main-header .main-menu .menu > li > a:hover, body.site2 .main-header .main-menu .menu > li a.active {
  color: var(--primary);
}
.main-header .main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
.main-header .main-menu .menu > li > ul ~ a::before {
  visibility: hidden;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  content: "";
}
.main-header .search-toggle {
  width: 38px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  color: Var(--primary);
  font-size: 16px;
  position: relative;
}
body.site2 .main-header .search-toggle {
  color: var(--primary2);
}
.main-header .search-toggle:hover {
  color: var(--primary);
}
body.site2 .main-header .search-toggle:hover {
  color: var(--primary);
}

body.main-header-fixed .main-header {
  position: fixed;
  right: 0;
  top: 0;
}
body.main-header-fixed .main-header, body.main-header-fixed .main-header > [class*=container], body.main-header-fixed .main-header > [class*=container] > div {
  height: 70px;
}
body.main-header-fixed .main-header .main-logo img {
  height: 48px;
}
body.main-header-fixed .main-header-height {
  height: 120px;
}
.main-footer .social a {
  width: 35px;
  height: 35px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1); /* */
}
.main-footer .social a:hover {
  color: #fff;
}
.main-footer .social a:hover[class*=facebook] {
  background-color: #3b5998;
}
.main-footer .social a:hover[class*=twitter] {
  background-color: #1da1f2;
}
.main-footer .social a:hover[class*=youtube] {
  background-color: #ff0000;
}
.main-footer .social a:hover[class*=rss] {
  background-color: #f26522;
}
.main-footer .social a:hover[class*=instagram] {
  background-color: #c13584;
}
.main-footer .social a:hover[class*=google] {
  background-color: #dd4b39;
}
.main-footer .social a:hover[class*=whatsapp] {
  background-color: #075e54;
}
.main-footer .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
.main-footer .social a:hover[class*=apple] {
  background-color: #1e1e1e;
}

.entry-box-1 {
  position: relative;
  overflow: hidden;
}
.entry-box-1 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-1 .entry-title a {
  display: inline-block;
  padding: 8px 14px;
  background-color:var(--mybar-color);
}
body.site2 .entry-box-1 .entry-title a {
  background-color: rgba(0, 167, 157, 0.85);
}
.entry-box-1 .entry-category a {
  display: inline-block;
  padding: 8px 14px;
  background-color: rgba(173, 203, 54, 0.85);
}
.entry-box-1:hover .entry-title a {
  background-color:var(--primary);
}
body.site2 .entry-box-1:hover .entry-title a {
  background-color: var(--secondary);
}
.entry-box-1:hover .entry-category a {
  background-color: #adcb36;
}
.entry-box-3 .entry-image {
  position: relative;
}
.entry-box-3 .entry-icon {
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--primary);
}
body.site2 .entry-box-3 .entry-icon {
  background-color: #00a79d;
}
.entry-box-3 .entry-icon, .entry-box-3 .entry-icon i {
  z-index: 3;
}
.entry-box-3:hover .entry-icon {
  background-color: rgba(173, 203, 54, 0.7);
}

.widget-style-1 .widget-header {
  border-bottom: 2px solid transparent;
  border-bottom-color: var(--primary);
}
body.site2 .widget-style-1 .widget-header {
  border-bottom-color: #00a79d;
}
.widget-style-1 .widget-header .header-link {
  color: #222831;
}
.widget-style-1 .widget-header-tabs {
  border-bottom: 1px solid #f2f5f8;
  position: relative;
}
.widget-style-1 .widget-header-tabs::after {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
  background: white;
  background: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.widget-style-1 .widget-header-tabs.ended::after {
  display: none;
}
.widget-style-1 .widget-header-tabs .item a {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
}
.widget-style-1 .widget-header-tabs .item a span {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
.widget-style-1 .widget-header-tabs .item a span::after {
  width: 0;
  height: 1px;
  position: absolute;
  right: 50%;
  bottom: 0;
  content: "";
  background-color:var(--secondary) ;/* var(--primary); */
  transform: translateX(50%);
}
body.site2 .widget-style-1 .widget-header-tabs .item a span::after {
  background-color: var(--primary2);
}
.widget-style-1 .widget-header-tabs .item a.active, .widget-style-1 .widget-header-tabs .item a.selected {
  color: var(--secondary) ;/* var(--primary); */
}
body.site2 .widget-style-1 .widget-header-tabs .item a.active, body.site2 .widget-style-1 .widget-header-tabs .item a.selected {
  color: var(--primary2);
}
.widget-style-1 .widget-header-tabs .item a.active span::after, .widget-style-1 .widget-header-tabs .item a.selected span::after {
  width: 100%;
}
.widget-style-1 .widget-header-tabs .item + .item a::before {
  content: "|";
  color: #f2f5f8;
  margin-left: 10px;
  margin-right: 10px;
}

[data-gutters="10"] .row {
  margin-right: -5px;
  margin-left: -5px;
}
[data-gutters="10"] .row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

[data-gutters="20"] .row {
  margin-right: -10px;
  margin-left: -10px;
}
[data-gutters="20"] .row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.widget-1 .slider {
  position: relative;
}
.widget-1 .swiper-pagination {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  left: 20px;
}
.widget-1 .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.widget-1 .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  cursor: pointer;
}
.widget-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.widget-2 .widget-header-tabs .swiper-slide {
  width: auto;
}
.widget-2 .items [class*=col-] .entry-box-2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f5f8;
}
@media (min-width: 768px) {
  .widget-2 .items [class*=col-]:nth-child(5) .entry-box-2, .widget-2 .items [class*=col-]:nth-child(6) .entry-box-2 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .widget-2 .items [class*=col-]:last-child .entry-box-2 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .widget-2 .col-lg-4 .entry-box-2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f5f8;
  }
}

.widget-3 .entry-box {
  padding: 20px;
  background-color: #222831;
}
.widget-3 .entry-box:not(:last-child) {
  border-bottom: 1px solid #393e46;
}
.widget-3 .entry-box .entry-image {
  position: relative;
}
.widget-3 .entry-box .entry-image img {
  width: 100%;
}
.widget-3 .entry-box .entry-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.widget-3 .entry-box .entry-icon {
  color: #fff;
  font-size: 14px;
  z-index: 5;
  opacity: 0;
}
.widget-3 .entry-box .entry-title, .widget-3 .entry-box .entry-title a {
  color: #fff;
}
.widget-3 .entry-box.playing {
  background-color: currentColor;
}
.widget-3 .entry-box.playing .entry-image::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.widget-3 .entry-box.playing .entry-image .entry-icon {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .widget-3 .entry-box {
    padding: 10px;
  }
}

.widget-4 .entry-box .entry-image {
  position: relative;
}
.widget-4 .entry-box .entry-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(120, 79, 150, 0.7);
}
body.site2 .widget-4 .entry-box .entry-icon {
  background-color: rgba(0, 167, 157, 0.7);
}
.widget-4 .entry-box .entry-icon, .widget-4 .entry-box .entry-icon i {
  z-index: 3;
}
.widget-4 .entry-box:hover .entry-icon {
  background-color: rgba(173, 203, 54, 0.7);
}

.widget-5 form {
  position: relative;
}
.widget-5 form input {
  width: 100%;
  height: 54px;
  border: none;
  padding-right: 20px;
  padding-left: 80px;
  border-radius: 30px;
  background-color: #fff;
}
.widget-5 form button {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 5;
}
.widget-5 form .email-pref-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 55px;
  z-index: 3;
  cursor: pointer;
  color: #6c757d;
  font-size: 16px;
  transform: translateY(-50%);
}
.widget-5 form .email-pref-toggle:hover {
  color: var(--primary);
}
body.site2 .widget-5 form .email-pref-toggle:hover {
  color: #00a79d;
}
.widget-5 form .email-pref-box {
  position: absolute;
  bottom: 100%;
  left: 50px;
  width: 190px;
  padding: 10px 14px;
  background-color: #fff;
  box-shadow: 0 -5px 20px rgba(50, 117, 208, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
.widget-5.email-pref-active .email-pref-box {
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0);
}
.widget-5.email-pref-active .email-pref-toggle {
  color: var(--primary);
}
body.site2 .widget-5.email-pref-active .email-pref-toggle {
  color: #00a79d;
}
.widget-5.email-pref-active .email-pref-toggle i {
  transform: translate(50%, -50%) rotate(180deg);
}

.post-box-1 .entry-title a::before {
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  content: "";
  border-radius: 50%;
  background-color: #000;
}
.post-box-1 .entry-title a:hover::before {
  background-color: var(--primary);
}
body.site2 .post-box-1 .entry-title a:hover::before {
  background-color: var(--primary);
}

.post-box-2 .entry-body {
  border-bottom: 2px solid #f2f5f8;
}
.post-box-2:hover .entry-body {
  border-bottom-color: var(--primary);
}
body.site2 .post-box-2:hover .entry-body {
  border-bottom-color: #00a79d;
}

.page-post .page-post-container {
  border: 1px solid #f8f9fa;
}
.page-post .page-post-container .post-slider {
  position: relative;
}
.page-post .page-post-container .post-slider .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 60px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.page-post .page-post-container .post-slider .swiper-button i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-post .page-post-container .post-slider .swiper-button-disabled {
  cursor: default;
}
.page-post .page-post-container .post-slider .swiper-button-prev {
  right: 0;
}
.page-post .page-post-container .post-slider .swiper-button-next {
  left: 0;
}
.page-post .page-post-container .post-text > p, .page-post .page-post-container .post-text > span, .page-post .page-post-container .post-text > div {
  margin-bottom: 30px;
}
.page-post .page-post-container .post-text p, .page-post .page-post-container .post-text span, .page-post .page-post-container .post-text div {
  font-size: 18px;
}
.page-post .page-post-container .post-text a {
  color: var(--primary);
}
body.site2 .page-post .page-post-container .post-text a {
  color: #00a79d;
}
.page-post .page-post-container .blockquote, .page-post .page-post-container blockquote {
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 24px 60px 18px 40px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
body.site2 .page-post .page-post-container .blockquote, body.site2 .page-post .page-post-container blockquote {
  border-color: #00a79d;
}
.page-post .page-post-container .blockquote::before, .page-post .page-post-container .blockquote::after, .page-post .page-post-container blockquote::before, .page-post .page-post-container blockquote::after {
  color: var(--primary);
  font-size: 24px;
  content: "";
  font-family: "icons" !important;
  position: absolute;
}
body.site2 .page-post .page-post-container .blockquote::before, body.site2 .page-post .page-post-container .blockquote::after, body.site2 .page-post .page-post-container blockquote::before, body.site2 .page-post .page-post-container blockquote::after {
  color: #00a79d;
}
.page-post .page-post-container .blockquote::before, .page-post .page-post-container blockquote::before {
  right: 14px;
  top: 12px;
}
.page-post .page-post-container .blockquote::after, .page-post .page-post-container blockquote::after {
  bottom: 15px;
  left: 14px;
  transform: scale(-1);
}
.page-post .page-post-container .post-tags a {
  font-size: 14px;
  padding: 4px 14px;
  background-color: #ebf1f5;
}
.page-post .page-post-container .post-tags a:hover {
  color: #fff;
  background-color: var(--primary);
}
body.site2 .page-post .page-post-container .post-tags a:hover {
  background-color: #00a79d;
}
.page-post .page-post-container .short-link {
  height: 40px;
  border: 1px solid #e8ebf8;
  background-color: #f9faff;
}
.page-post .page-post-container .short-link .text {
  font-weight: 300;
  font-size: 14px;
}
.page-post .page-post-container .short-link input[type=text] {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
  border: none;
  direction: ltr;
  background: none;
}
.page-post .page-post-container .short-link-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.page-post .page-post-container .short-link-message.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.page-calendar .calendar-header {
  height: 60px;
  background-color: var(--primary);
}
body.site2 .page-calendar .calendar-header {
  background-color: #00a79d;
}
.page-calendar .calendar-header .month-prev,
.page-calendar .calendar-header .month-next {
  background-color: #734b8f;
}
.page-calendar .calendar-header .month-prev > a,
.page-calendar .calendar-header .month-next > a {
  padding-right: 20px;
  padding-left: 20px;
}
.page-calendar .calendar-header .month-prev > a:hover,
.page-calendar .calendar-header .month-next > a:hover {
  background-color: #6d4889;
}
body.site2 .page-calendar .calendar-header .month-prev > a:hover,
body.site2 .page-calendar .calendar-header .month-next > a:hover {
  background-color: #00938a;
}
.page-calendar .calendar-header .item {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 60px;
}
.page-calendar .calendar-days {
  height: 60px;
  background-color: #754d93;
}
body.site2 .page-calendar .calendar-days {
  background-color: #00a298;
}
.page-calendar .calendar-days .item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.page-calendar .calendar-body {
  border: 1px solid #f2f5f8;
  border-bottom: 0;
}
.page-calendar .calendar-body .item {
  width: 14.2857142857%;
  border-left: 1px solid #f2f5f8;
  border-bottom: 1px solid #f2f5f8;
}
.page-calendar .calendar-body .item:nth-child(7n) {
  border-left: 0;
}
.page-calendar .calendar-body .item a {
  display: block;
  height: 50px;
  color: var(--primary);
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
body.site2 .page-calendar .calendar-body .item a {
  color: #00a79d;
}
.page-calendar .calendar-body .item a span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.page-calendar .calendar-body .item a span::before, .page-calendar .calendar-body .item a span::after {
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  border: 2px solid transparent;
  z-index: -1;
}
.page-calendar .calendar-body .item a span::before {
  transform: translate(50%, -50%) scale(1);
}
.page-calendar .calendar-body .item a span::after {
  background-color: #fff;
  transform: translate(50%, -50%) scale(0);
}
.page-calendar .calendar-body .item.event {
  background-color: #f9f9f9;
}
.page-calendar .calendar-body .item.event a, .page-calendar .calendar-body .item.event a span {
  color: #00a79d;
}
.page-calendar .calendar-body .item.event a span::before {
  border-color: #00a79d;
}
.page-calendar .calendar-body .item.event:hover, .page-calendar .calendar-body .item.event.active {
  background-color: #00a79d;
}
.page-calendar .calendar-body .item.event:hover a span::before, .page-calendar .calendar-body .item.event.active a span::before {
  transform: translate(50%, -50%) scale(0);
}
.page-calendar .calendar-body .item.event:hover a span::after, .page-calendar .calendar-body .item.event.active a span::after {
  transform: translate(50%, -50%) scale(1);
}
.page-calendar .calendar-body .item.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.page-calendar .entry-box-calendar .entry-box-datetime {
  color: var(--primary);
}
body.site2 .page-calendar .entry-box-calendar .entry-box-datetime {
  color: #00a79d;
}
.page-database .form .form-control {
  height: 3.375em;
  line-height: 3.375em;
  border: none;
  background-color: #f2f5f8;
}
.page-database .form .form-control:focus {
  box-shadow: none;
  background-color: #ebeef1;
}
.page-database .widget-database-1 [class*=col-] {
  border-left: 1px solid #eff2f4;
}
@media (max-width: 991.98px) {
  .page-database .widget-database-1 [class*=col-]:nth-child(1), .page-database .widget-database-1 [class*=col-]:nth-child(2) {
    border-bottom: 1px solid #eff2f4;
  }
}
.page-database .big-link-1 {
  background: #ffd227;
  background: -webkit-linear-gradient(135deg, #ffd227, #d8217d);
  background: linear-gradient(-45deg, #ffd227, #d8217d);
}
.page-database .big-link-2 {
  background: #d9217d;
  background: -webkit-linear-gradient(135deg, #d9217d, #44117a);
  background: linear-gradient(-45deg, #d9217d, #44117a);
}
.page-database .big-link-3 {
  background: #00a79d;
  background: -webkit-linear-gradient(135deg, #00a79d, #ffd227);
  background: linear-gradient(-45deg, #00a79d, #ffd227);
}
.page-database .big-link:hover {
  background-size: 400% 400%;
  background-position: 100% 0;
}
.page-database .widget-database-2 .item {
  display: flex;
  align-items: center;
}
.page-database .widget-database-2 .item .name span {
  position: relative;
  z-index: 2;
  color: #222;
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
}
.page-database .widget-database-2 .item .name::before {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  content: "";
  transform: translateY(-50%);
  border-top: 1px dashed #dbdbdb;
}
.page-database .widget-database-2 .item .number {
  color: #555;
  font-size: 20px;
}
.page-database .widget-database-2 .item .bar {
  height: 16px;
  display: inline-block;
}

.page-login .login-form-container {
  margin-top: 85px;
  padding-top: 85px;
  border-radius: 18px;
  position: relative;
  border: 1px solid #dedede;
}
.page-login .login-form-container .avatar {
  width: 110px;
  height: 110px;
  color: #fff;
  font-size: 48px;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 5;
  transform: translate(50%, -50%);
}
body.site2 .page-login .login-form-container .avatar {
  background-color: #00a79d;
}
.page-login .form-control {
  background-color: #f1f1f1;
}

.page-monazamah .widget-monz-1 .item .icon {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  background-color: var(--primary);
}
body.site2 .page-monazamah .widget-monz-1 .item .icon {
  background-color: #00a79d;
}
.page-monazamah .accordion .item {
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px solid #edf0f3;
}
.page-monazamah .accordion .item .head {
  cursor: pointer;
  position: relative;
}
.page-monazamah .accordion .item .head [class*=icon-] {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.page-monazamah .accordion .item .content {
  display: none;
}
.page-monazamah .accordion .item .content p {
  color: #7c7c7c;
  font-size: 20px;
}
.page-monazamah .accordion .item.active .head [class*=icon-] {
  transform: translateY(-50%) rotate(180deg);
}
.page-monazamah .accordion .item.active .content {
  display: block;
}

.control-panel .site-bar {
  width: 230px;
  height: 100%;
  background-color: #1e1e2d;
}
.control-panel .site-bar .site-logo {
  background-color: #1a1a27;
}
.control-panel .site-bar .menu > li {
  margin-bottom: 10px;
}
.control-panel .site-bar .menu > li:nth-child(1n) {
  transition-delay: 0.05s;
}
.control-panel .site-bar .menu > li:nth-child(2n) {
  transition-delay: 0.1s;
}
.control-panel .site-bar .menu > li:nth-child(3n) {
  transition-delay: 0.15s;
}
.control-panel .site-bar .menu > li:nth-child(4n) {
  transition-delay: 0.2s;
}
.control-panel .site-bar .menu > li:nth-child(5n) {
  transition-delay: 0.25s;
}
.control-panel .site-bar .menu > li:nth-child(6n) {
  transition-delay: 0.3s;
}
.control-panel .site-bar .menu > li > a {
  display: flex;
  align-items: center;
  color: #9899ac;
  font-size: 16px;
}
.control-panel .site-bar .menu > li > a i {
  color: #6d6d6d;
  margin-left: 10px;
}
.control-panel .site-bar .menu > li > a span {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}
.control-panel .site-bar .menu > li > a span::before {
  width: 0;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #fff;
}
.control-panel .site-bar .menu > li > a:hover, .control-panel .site-bar .menu > li > a.active {
  color: #fff;
}
.control-panel .site-bar .menu > li > a:hover i, .control-panel .site-bar .menu > li > a.active i {
  color: rgba(109, 109, 109, 0.8);
}
.control-panel .site-bar .menu > li > a:hover span::before, .control-panel .site-bar .menu > li > a.active span::before {
  width: 100%;
}
.control-panel .site-bar .menu-toggle {
  width: 44px;
  height: 60px;
  display: block;
  position: relative;
  cursor: pointer;
}
.control-panel .site-bar .menu-toggle .menu {
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.control-panel .site-bar .menu-toggle .menu::before, .control-panel .site-bar .menu-toggle .menu::after {
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  content: "";
}
.control-panel .site-bar .menu-toggle .menu::before {
  top: 5px;
}
.control-panel .site-bar .menu-toggle .menu::after {
  bottom: 5px;
  width: 0;
}
.control-panel .site-bar .menu-toggle:hover .menu::before, .control-panel .site-bar .menu-toggle:hover .menu::after {
  width: 100%;
}
body.mobile-menu-active .control-panel .site-bar .menu-toggle .menu, .control-panel .site-bar .menu-toggle.active .menu {
  background-color: transparent;
}
body.mobile-menu-active .control-panel .site-bar .menu-toggle .menu::before, body.mobile-menu-active .control-panel .site-bar .menu-toggle .menu::after, .control-panel .site-bar .menu-toggle.active .menu::before, .control-panel .site-bar .menu-toggle.active .menu::after {
  width: 100%;
}
body.mobile-menu-active .control-panel .site-bar .menu-toggle .menu::before, .control-panel .site-bar .menu-toggle.active .menu::before {
  top: 0;
  transform: rotate(-45deg);
}
body.mobile-menu-active .control-panel .site-bar .menu-toggle .menu::after, .control-panel .site-bar .menu-toggle.active .menu::after {
  bottom: 0;
  transform: rotate(45deg);
}
@media (max-width: 575.98px) {
  .control-panel .site-bar {
    width: 60px;
  }
  .control-panel .site-bar .menu > li {
    opacity: 0;
    transform: translateX(100%);
  }
}
body.site-bar-fixed .control-panel .site-bar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
}
body.site-bar-fixed .control-panel .site-container {
  padding-right: 230px;
}
@media (max-width: 575.98px) {
  body.site-bar-fixed .control-panel .site-container {
    padding-right: 60px;
  }
}
body.mobile-menu-active .control-panel .site-overlay {
  visibility: visible;
  opacity: 1;
}
body.mobile-menu-active .control-panel .site-bar {
  width: 230px;
}
body.mobile-menu-active .control-panel .site-bar .menu > li {
  opacity: 1;
  transform: translateX(0);
}

.page-user-panel .container- .monz-logo {
  width: 120px;
  height: 120px;
  color: #7c7c7c;
  font-size: 32px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9;
}
.page-user-panel .container- .delete-monz-logo .icon {
  font-size: 20px;
  right: auto;
  left: 28px;
  transform: translateY(-50%) rotate(45deg);
}





/* Mohammed */
#85d30b
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  font-weight: 400 !important;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

