.hero-wrap {
  width: 100%;
  height: 800px;
  position: relative; }
  .hero-wrap.hero-wrap-2 {
    height: 600px; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
     }
#somthing_sticky {
    top: 300px;
    position: fixed;
    z-index: 999999999999;
    left: 0px;
}
  .activity {
 padding:60px 0
}
.row_activity,
.row_activs {
 float:right;
 width:100%
}
.img_activity img {
 position:absolute;
 left:50%;
 top:50%;
 transform:translate(-50%,-50%);
 min-height:100%;
 min-width:100%;
 max-width:150%
}
.img_activity span.s_da {
 right:100px
}
.img_activity span small b {
 float:right;
 width:100%;
 font-size:20px;
 text-align: center;
}
.img_activity span small {
 float:right;
 width:100%;
 color:#fff;
 padding:6px;
 font-size:30px;
 line-height:22px;
 text-align: center;
 background:rgba(0,0,0,50%);
	 border-radius:0px;
}
.img_activity span {
 position:absolute;
 top:15px;
 right:15px;
 border-radius:5px;
 z-index:1;
 border:2px solid #fff;
 width:70px
}

.text_activity h3,
.text_activity p {
 float:right;
 width:100%;
 overflow:hidden;
font-size: 16px;
    text-align: justify;
}
.text_activity p {
 color:#6c6c6c;
 font-size:16px;
 text-align:center;
 max-height:92px
}
.text_activity {
 float:right;
 width:100%;
 padding:13px
}

.img_activity span {
 position:absolute;
 top:15px;
 right:15px;
 border-radius:5px;
 z-index:1;
 border:2px solid #fff;
 width:70px
}
.img_activity {
 float:right;
 width:100%;
 height:220px;
 overflow:hidden;
 position:relative;
border-radius:12px;
}
.img_activity span>b {
 background:#fff;
 float:right;
 width:100%;
 text-align:center;
 border-radius:1px;
 color: #4c0d49;

 
}

.p-4 {
    padding: 10px 10px 0px 10px;}

.progsecs {
    float: right;
    margin-left: 2%;
    margin-bottom: 35px;
	width: 16.6%;
	height: 150px;
	
	
}
.btn_news {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 50px;
	
}
.btn_news a {
    display: inline-block;
    border: 1px solid #5d1259;
padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 5px;
	line-height: 1.4;
    color: #5d1259;
    font-weight: 400;
    text-align: center;

    font-size: 25px;
    text-shadow: 0 0 3px rgba(72,72,72,.25);
    margin-bottom: 16px;

}
.progsecs .img_progsec img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 50%;
    min-height: 50%;
    max-width: 98%;
    max-height: 98%;
	width: 150px;
	height: 150px;
}

.progsecs a {
    float: right;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 15px;
    position: relative;
    min-height: 220px;
    overflow: hidden;
    transition: all .3s ease;
}
.progsecs a:hover {
    border: 1px solid #838383;
    transition: all .3s ease;
}
.progsecs a:before {
    transform: translateX(100%);
    content: "\f0c1";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #ccc;
    color: #fff;
    top: 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all .3s ease;
}
.slider-text {
    color: #fff;
    height: 600px;
}

.ftco-section-3 {
  padding: 8em 0;
  position: relative; }
  .ftco-section-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #6a00ff;
    background: -moz-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #6a00ff), color-stop(100%, #ffd900));
    background: -webkit-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
    background: -o-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
    background: -ms-linear-gradient(left, #6a00ff 0%, #ffd900 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6a00ff), to(#ffd900));
    background: linear-gradient(to right, #6a00ff 0%, #ffd900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00ff', endColorstr='#ffd900', GradientType=1 ); }

.about-video h2 {
  color: #fff;
  font-size: 50px; }
  @media (max-width: 767.98px) {
    .about-video h2 {
      font-size: 38px;
      margin-bottom: 50px; } }

.about-video .button {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #4c0d49;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }
  @media (min-width: 768px) {
    .about-video .button {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -11.4em; } }

    .about-video .button span {: ;
    font-size: 30px;
    color: #fff;
}
.ion-ios-play:before {
    content: "\f488";
}
body .site-loader-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 201;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.pace-done .site-loader-overlay {
  display: none;
}
body.pace-done .site-container > * {
  filter: 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: #7d4020;
  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 #7d4020, 0 0 5px #7d4020;
  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: #7d4020;
  border-left-color: #7d4020;
  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);
  }
}
body {
  color: #000;
  font-family: DIN Next LT Arabic, Arial, Helvetica, sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6;
    background-color: #f9f9f9;
  direction: rtl;
  text-align: right;

}
body.en {
  direction: ltr;
  text-align: left;
}

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

*:focus {
  outline: none;
}

.center, .page-article .article-social a i, .main-footer .social a i, .main-header .item i, .mobile-menu .social a i, .mobile-menu .menu li .arrow i::before, .entry-box-5 .entry-box-icon i, .entry-box-3 .entry-box-icon svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
body.en .center, body.en .page-article .article-social a i, .page-article .article-social a body.en i, body.en .main-footer .social a i, .main-footer .social a body.en i, body.en .main-header .item i, .main-header .item body.en i, body.en .mobile-menu .social a i, .mobile-menu .social a body.en i, body.en .mobile-menu .menu li .arrow i::before, .mobile-menu .menu li .arrow body.en i::before, body.en .entry-box-5 .entry-box-icon i, .entry-box-5 .entry-box-icon body.en i, body.en .entry-box-3 .entry-box-icon svg, .entry-box-3 .entry-box-icon body.en svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition, .main-footer .social a, .main-header .item, .main-header .main-menu .menu > li > ul > li ul, .main-header .main-menu .menu > li > ul, .search-box form .line, .search-box form label, .mobile-menu .menu li .arrow i::before, .mobile-menu, .entry-box-8 .entry-box-body, .entry-box-8 > a::before, .entry-box-5 .entry-box-body, .entry-box-5 .entry-box-icon, .entry-box-5 .entry-box-icon i, .entry-box-5 .entry-box-image img, .entry-box-5 > a::before, .entry-box-4, .entry-box-4 .entry-box-image, .entry-box-3 .entry-box-icon, .entry-box-3 .entry-box-icon *, .entry-box-3 .entry-box-calendar .day, .entry-box-3 .entry-box-calendar .month, .entry-box-3 .entry-box-calendar, .entry-box-3 .entry-box-calendar::before, .entry-box-3 .entry-box-calendar::after, .entry-box-3, .entry-box-1 .number, .entry-box-1, .entry-box-1 .image svg, .swiper-container .swiper-wrapper, body .site-container > *, body .site-container .main-header > * {
  -webkit-transition: all 500ms, color 200ms;
  -moz-transition: all 500ms, color 200ms;
  -ms-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
}

.radius, .main-header .main-menu .menu > li > ul > li ul, .entry-box-5 > a::before {
  border-radius: 8px;
}

.radius2 {
  border-radius: 20px;
}

.shadow, .page-administrative .administrative-links a.active, .page-article .article-tags a, .main-header .main-menu .menu li ul {
  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: #7d4020;
  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);
  }
}

.entry-box-1 {
  border: 1px solid #f0f1f2;
}
.entry-box-1, .entry-box-1 > a {
  height: 170px;
}
.entry-box-1 .text {
  font-size: 16px;
}
.entry-box-1 .number {
  font-size: 35px;
}
.entry-box-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 20px rgba(50, 117, 208, 0.1);
}
.entry-box-1:hover .image svg {
  transform: scale(1.25);
}
.entry-box-1:hover .number {
  transform: scale(1.25);
}

.entry-box-2 .entry-box-title {
  font-size: 20px;
  max-height: 64px;
  overflow: hidden;
}
.entry-box-2 .entry-box-desc {
  color: #6c757d;
  font-weight: 300;
  font-size: 14px;
  max-height: 66px;
  overflow: hidden;
}

.entry-box-3 {
  border: 1px solid #f0f1f2;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 20px rgba(50, 117, 208, 0.1);
}
.entry-box-3 .entry-box-calendar {
  width: 70px;
  height: 70px;
  padding-top: 8px;
  border: 2px solid #d9b78f;
  border-radius: 3px;
}
.entry-box-3 .entry-box-calendar::before, .entry-box-3 .entry-box-calendar::after {
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  top: -8px;
  background-color: #d9b78f;
}
.entry-box-3 .entry-box-calendar::before {
  right: 20px;
}
.entry-box-3 .entry-box-calendar::after {
  left: 20px;
}
.entry-box-3 .entry-box-calendar .day, .entry-box-3 .entry-box-calendar .month {
  line-height: 1.2;
}
.entry-box-3 .entry-box-calendar .day {
  font-size: 26px;
}
.entry-box-3 .entry-box-calendar .month {
  font-size: 14px;
}
.entry-box-3 .entry-box-icon {
  width: 76px;
  height: 76px;
  position: relative;
  border-radius: 50%;
  background-color: #fff2e3;
}
.entry-box-3 .entry-box-icon svg > * {
  fill: none;
  stroke: #7d4020;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.entry-box-3 .entry-box-title {
  font-size: 16px;
  max-height: 50px;
  overflow: hidden;
}
.entry-box-3:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 20px rgba(50, 117, 208, 0.1);
}
.entry-box-3:hover .entry-box-calendar {
  padding-top: 4px;
  background-color: #f8f9fa;
  border-color: #212529;
}
.entry-box-3:hover .entry-box-calendar::before, .entry-box-3:hover .entry-box-calendar::after {
  background-color: #212529;
}
.entry-box-3:hover .entry-box-calendar .day {
  font-size: 34px;
}
.entry-box-3:hover .entry-box-calendar .month {
  font-size: 10px;
}
.entry-box-3:hover .entry-box-icon {
  background-color: #7d4020;
}
.entry-box-3:hover .entry-box-icon svg > * {
  stroke: #fff !important;
}

.entry-box-4 {
  border: 1px solid #a8a9aa;
  border-radius: 10px;
}
.entry-box-4 .entry-box-title {
  font-size: 16px;
  max-height: 75px;
  overflow: hidden;
}
.entry-box-4 .entry-box-date {
  color: #6c757d;
  font-weight: 300;
  font-size: 14px;
}
.entry-box-4:hover {
  transform: translateY(4px);
}
.entry-box-4:hover .entry-box-image {
  box-shadow: -2px 6px 20px rgba(0, 0, 0, 0.1);
}

.entry-box-5 {
  position: relative;
  overflow: hidden;
    border: 1px solid #a8a9aa;
}
.entry-box-5 > a::before {
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  border-radius: 50%;
  transform: translate(20%, 20%);
  background-color: transparent;
}
body.en .entry-box-5 > a::before {
  right: auto;
  left: 0;
  transform: translate(-20%, 20%);
}
.entry-box-5 .entry-box-image img {
  transform: scale(1.2);
}
.entry-box-5 .entry-box-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  font-size: 18px;
  background-color: #fff;
  border-radius: 50%;
}
body.en .entry-box-5 .entry-box-icon {
  left: auto;
  right: 14px;
}
.entry-box-5 .entry-box-body {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  opacity: 0;
  transform: translateY(20%);
}
body.en .entry-box-5 .entry-box-body {
  right: auto;
  left: 0;
}
.entry-box-5 .entry-box-title {
  font-size: 20px;
}
.entry-box-5 .entry-box-title, .entry-box-5 .entry-box-title a {
  color: #fff;
}
.entry-box-5:hover > a::before {
  width: 120%;
  height: 200%;
  background-color: rgba(125, 64, 32, 0.4);
  transform: translate(20%, 20%) scale(2);
}
.entry-box-5:hover .entry-box-image img {
  transform: scale(1.2) translateY(-4px);
}
.entry-box-5:hover .entry-box-icon {
  color: #ffffff;
  border-radius: 0;
  background-color: transparent;
  transform: scale(1.25);
}
.entry-box-5:hover .entry-box-body {
  opacity: 1;
  transform: translateY(0);
}
body.en .entry-box-5:hover > a::before {
  transform: translate(-20%, 20%) scale(2);
}
@media (max-width: 575.98px) {
  .entry-box-5 > a::before {
    width: 120%;
    height: 200%;
    background-color: rgba(125, 64, 32, 0.4);
    transform: translate(20%, 20%) scale(2);
  }
  .entry-box-5 .entry-box-image img {
    transform: scale(1.2) translateY(-4px);
  }
  .entry-box-5 .entry-box-icon {
    left: 5px;
    top: 5px;
    color: #ffffff;
    border-radius: 0;
    background-color: transparent;
    transform: scale(1.25);
  }
  .entry-box-5 .entry-box-body {
    opacity: 1;
    transform: translateY(0);
  }
  .entry-box-5 .entry-box-title {
    font-size: 16px;
  }
}

.entry-box-6 .entry-box-datetime {
  color: #777777;
  font-weight: 300;
  font-size: 12px;
}
.entry-box-6 .entry-box-title {
  font-size: 16px;
}

.entry-box-7 {
  position: relative;
}
.entry-box-7 .entry-author {
  font-size: 20px;
  font-weight: 700;
}
.entry-box-7 .entry-author-bio {
  font-size: 16px;
}
.entry-box-7 .entry-text {
  font-weight: 700;
  font-size: 22px;
}

.entry-box-8 {
  position: relative;
  overflow: hidden;
}
.entry-box-8 > a::before {
  width: 100%;
  height: 70%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  border-radius: 0 0 3px 3px;
  background: #7d4020;
  background: -webkit-linear-gradient(bottom, #7d4020, rgba(125, 64, 32, 0));
  background: linear-gradient(to top, #7d4020, rgba(125, 64, 32, 0));
}
body.en .entry-box-8 > a::before {
  right: auto;
  left: 0;
}
.entry-box-8 .entry-box-body {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 4;
}
body.en .entry-box-8 .entry-box-body {
  right: auto;
  left: 0;
}
.entry-box-8 .entry-box-title {
  font-size: 20px;
}
.entry-box-8 .entry-box-title, .entry-box-8 .entry-box-title a {
  color: #fff;
}
.entry-box-8:hover > a::before {
  height: 100%;
}

.widget-style-1 .widget-header .widget-header-title {
  font-size: 29px;
padding-right: 5px;
    text-align: center;

}
.widget-style-1 .widget-header .dots {
  width: 12px;
}
.widget-style-1 .widget-header .dots::before, .widget-style-1 .widget-header .dots::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background-color: #b7b7b7;
}
.widget-style-1 .widget-header .dots::before {
  margin-left: 4px;
}
.mobile-menu {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 195;
  overflow-y: auto;
  background-color: #dee2e6;
  width: 100%;
  height: 90%;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -o-calc(100% - 100px);
  height: calc(100% - 100px);
  opacity: 0;
  visibility: hidden;
}
.mobile-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu li {
  position: relative;
}
.mobile-menu .menu li .arrow {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #ced4da;
}
.mobile-menu .menu li .arrow i::before {
  border: 8px solid transparent;
  border-right-color: #adb5bd;
  width: 0;
  height: 0;
  content: "";
}
body.en .mobile-menu .menu li .arrow i::before {
  border-right-color: transparent;
  border-left-color: #adb5bd;
}
body.en .mobile-menu .menu li .arrow {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #ced4da;
}
.mobile-menu .menu li ul {
  border-bottom: 2px solid #adb5bd;
}
.mobile-menu .menu li.active > a {
  background-color: #ced4da;
}
.mobile-menu .menu li.active > .arrow i::before {
  border-top-color: #adb5bd;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mobile-menu .menu li.active > ul {
  display: block;
}
.mobile-menu .menu > li > a {
  display: block;
  font-size: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid #ced4da;
}
.mobile-menu .menu > li > a:active, .mobile-menu .menu > li > a:hover {
  background-color: #e9ecef;
}
.mobile-menu .menu > li > .arrow {
  width: 64px;
  height: 64px;
}
.mobile-menu .menu > li ul {
  display: none;
}
.mobile-menu .menu > li ul > li > a {
  display: block;
  font-size: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid #ced4da;
}
.mobile-menu .menu > li ul > li > .arrow {
  width: 54px;
  height: 54px;
}
.mobile-menu .menu > li > ul > li > a {
  padding-right: 28px;
}
.mobile-menu .menu > li > ul > li > ul > li > a {
  padding-right: 32px;
}
.mobile-menu .menu > li > ul > li > ul > li > ul > li > a {
  padding-right: 36px;
}
.mobile-menu .menu > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-right: 40px;
}
.mobile-menu .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-right: 44px;
}
.mobile-menu .menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-right: 48px;
}
.mobile-menu .bar {
  background-color: #ced4da;
}
.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: #cd201f;
}
.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: #43d854;
}
.mobile-menu .social a:hover[class*=telegram] {
  background-color: #0088cc;
}
body.mobile-menu-active {
  overflow: hidden;
  position: relative;
}
body.mobile-menu-active .mobile-menu {
  opacity: 1;
  visibility: visible !important;
}

.wrapper-menu {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  direction: ltr;
  transition: transform 330ms ease-out;
}
body.mobile-menu-active .wrapper-menu, .wrapper-menu.active {
  transform: rotate(-45deg);
}
.wrapper-menu .line-menu {
  background-color: #7d4020;
  border-radius: 5px;
  width: 100%;
  height: 3px;
}
.wrapper-menu .line-menu.half {
  width: 50%;
}
.wrapper-menu .line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}
.wrapper-menu .line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
body.mobile-menu-active .wrapper-menu .line-menu.start, .wrapper-menu.active .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
body.mobile-menu-active .wrapper-menu .line-menu.end, .wrapper-menu.active .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.search-overlay {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 90%;
  height: -moz-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -o-calc(100% - 100px);
  height: calc(100% - 100px);
}
.search-overlay::before {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: -50vw;
  left: -50vw;
  z-index: 9;
  opacity: 0.4;
  border-radius: 50%;
  transform: scale(0) translate(0, 0);
  transition: all 0.6s cubic-bezier(0.67, 0.4, 0.67, 0.37);
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 575.98px) {
  .search-overlay::before {
    width: 150vw;
    height: 150vw;
  }
}
body.en .search-overlay {
  left: auto;
  right: 0;
}
body.en .search-overlay::before {
  left: auto;
  right: -50%;
}

.search-box {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 11;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transform: translate(50%, -50%);
}
.search-box .typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-box form {
  height: 60px;
  position: relative;
}
.search-box form input {
  width: 100%;
  height: 100%;
  border: none;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #e2e6ea;
  background-color: transparent;
}
.search-box form input:focus ~ .line, .search-box form input.not-empty ~ .line {
  width: 100%;
}
.search-box form input:focus ~ label, .search-box form input.not-empty ~ label {
  top: -10px;
  font-weight: 300;
  font-size: 12px;
}
.search-box form input:focus ~ label .typed-cursor, .search-box form input.not-empty ~ label .typed-cursor {
  visibility: hidden;
}
.search-box form label {
  position: absolute;
  right: 0;
  top: 50%;
  color: #ffffff;
  font-size: 20px;
  transform: translateY(-50%);
}
.search-box form .line {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  transform: translateX(50%);
  background-color: #000;
}
.search-box form button {
  position: absolute;
  left: 0;
  top: 50%;
  color: #ffffff;
  font-size: 24px;
  border: none;
  background: none;
  transform: translateY(-50%) scale(-1, 1);
}
@-webkit-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@-moz-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@-o-keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
@keyframes search {
  0%, 67% {
    opacity: 0;
    top: 20%;
    height: 104px;
  }
  100% {
    opacity: 1;
    top: 30%;
    height: 64px;
  }
}
body.search-active .search-box {
  visibility: visible;
  -webkit-animation: search 1.2s forwards;
  -moz-animation: search 1.2s forwards;
  -o-animation: search 1.2s forwards;
  animation: search 1.2s forwards;
}
body.en .search-box {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.en .search-box form label {
  right: auto;
  left: 0;
}
body.en .search-box form button {
  left: auto;
  right: 0;
}

body.search-active {
  overflow: hidden;
}
body.search-active .search-overlay::before {
  opacity: 1;
  visibility: visible;
  transform: scale(2) translate(25%, 25%);
  transition: all 0.6s cubic-bezier(0.67, 0.4, 0.67, 0.37);
}
body.search-active.en .search-overlay::before {
  transform: scale(2) translate(-25%, 25%);
}

.main-header {
  height: 100px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
body.header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 200;
}
.main-header .main-logo {
  position: relative;
}
.main-header .main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-header .main-menu .menu li {
  position: relative;
}
.main-header .main-menu .menu > li > a {
  display: block;
  height: 100px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 100px;
}
.main-header .main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  min-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 3px 3px;
  transform: translateY(10px);
}
body.en .main-header .main-menu .menu > li > ul {
  right: auto;
  left: 0;
}
.main-header .main-menu .menu > li > ul li a {
  display: block;
  padding: 8px 14px;
}
.main-header .main-menu .menu > li > ul li:hover > a {
  color: #000;
  background-color: #e9ecef;
}
.main-header .main-menu .menu > li > ul > li ul {
  position: absolute;
  right: 84%;
  top: 30%;
  z-index: 2;
  min-width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-10px);
}
body.en .main-header .main-menu .menu > li > ul > li ul {
  right: auto;
  left: 84%;
}
.main-header .main-menu .menu > li > ul > li ul.right {
  right: auto;
  left: 84%;
}
.main-header .main-menu .menu > li > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.main-header .main-menu .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-header .item {
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.main-header .item:hover {
  color: #ffffff;
}
.main-header .item:hover[class*=facebook] {
  background-color: #3b5998;
}
.main-header .item:hover[class*=twitter] {
  background-color: #1da1f2;
}
.main-header .item:hover[class*=instagram] {
  background-color: #405de6;
}
.main-header .item:hover[class*=english] {
  background-color: #7d4020;
}
.main-header .item:hover[class*=search] {
  background-color: #e9ecef;
}
.main-header .item.search span {
  position: absolute;
}
.main-header .item.search .icon {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}
.main-header .item.search .icon .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-header .item.search .icon .circle span {
  position: absolute;
  width: 50%;
  overflow: hidden;
}
.main-header .item.search .icon .circle span:before {
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 200%;
  border: 2px solid transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.main-header .item.search .icon .circle span:nth-of-type(1) {
  left: 0;
  top: 0;
  height: 100%;
}
.main-header .item.search .icon .circle span:nth-of-type(1):before {
  top: 0;
  bottom: 0;
  left: 0;
  border-bottom-color: #000;
  border-left-color: #000;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.3s;
}
.main-header .item.search .icon .circle span:nth-of-type(2) {
  right: 0;
  top: 0;
  height: 50%;
}
.main-header .item.search .icon .circle span:nth-of-type(2):before {
  top: 0;
  right: 0;
  height: 200%;
  border-top-color: #000;
  transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1) 0.1s;
}
.main-header .item.search .icon .circle span:nth-of-type(3) {
  right: 0;
  height: 50%;
  bottom: 0;
}
.main-header .item.search .icon .circle span:nth-of-type(3):before {
  bottom: 0;
  right: 0;
  height: 200%;
  border-right-color: #000;
  transition: transform 0.6s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
.main-header .item.search .icon .cross {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-header .item.search .icon .cross span:before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-header .item.search .icon .cross span:nth-of-type(1) {
  left: 50%;
  width: 2px;
  top: 0;
  bottom: 0;
  transform: translate3d(-50%, calc(14px / 3.5), 0);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.7, 0, 1, 1);
}
.main-header .item.search .icon .cross span:nth-of-type(1):before {
  transform-origin: bottom;
  transform: translate3d(0, calc(100% - calc(14px / 3.5 + 2px)), 0);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.main-header .item.search .icon .cross span:nth-of-type(2) {
  top: 50%;
  height: 2px;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.main-header .item.search .icon .cross span:nth-of-type(2):before {
  transform-origin: right;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.6, 0, 1, 1);
}
body.search-active .main-header .item.search, .main-header .item.search.active {
  background-color: #e9ecef;
}
body.search-active .main-header .item.search .circle span:nth-of-type(1):before, .main-header .item.search.active .circle span:nth-of-type(1):before {
  transform: rotate(225deg);
  transition: transform 0.2s cubic-bezier(0.7, 0, 1, 1);
}
body.search-active .main-header .item.search .circle span:nth-of-type(2):before, .main-header .item.search.active .circle span:nth-of-type(2):before {
  transform: rotate(135deg);
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1) 0.2s;
}
body.search-active .main-header .item.search .circle span:nth-of-type(3):before, .main-header .item.search.active .circle span:nth-of-type(3):before {
  transform: rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.1s;
}
body.search-active .main-header .item.search .cross span:nth-of-type(1), .main-header .item.search.active .cross span:nth-of-type(1) {
  transform: translate3d(-50%, 0, 0);
}
body.search-active .main-header .item.search .cross span:nth-of-type(1):before, .main-header .item.search.active .cross span:nth-of-type(1):before {
  transform: translate3d(0, 0, 0);
}
body.search-active .main-header .item.search .cross span:nth-of-type(2):before, .main-header .item.search.active .cross span:nth-of-type(2):before {
  transform: scale3d(1, 1, 1);
  transition: transform 0.25s cubic-bezier(0, 0.27, 0.06, 1.01) 0.35s;
}
.main-header .item.english {
  width: auto;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 30px;
}
.main-header .menu-button {
  position: relative;
}

body.header-fixed {
  padding-top: 100px;
}

.main-footer .social a {
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.main-footer .social a:hover {
  color: #ffffff;
}
.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*=instagram] {
  background-color: #405de6;
}
.main-footer .social a:hover[class*=english] {
  background-color: #7d4020;
}
.main-footer .social a:hover[class*=search] {
  background-color: #5ecc62;
}

.widget-1 {
  position: relative;
}
.widget-1 .swiper-slide {
  z-index: 1;
}
.widget-1 .swiper-slide-active {
  z-index: 2;
}
.widget-1 .item {
  position: relative;
}
.widget-1 .item .title {
  font-size: 24px;
}
.widget-1 .item .title, .widget-1 .item .title a {
  color: #fff;
}
.widget-1 .item .container {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
.widget-1 .item::before {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: rgba(51, 51, 51, 0.4);
  background: -webkit-linear-gradient(bottom, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0));
  background: linear-gradient(to top, rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0));
}
@media (max-width: 767.98px) {
  .widget-1 .item {
    background-color: #fff;
  }
  .widget-1 .item::before {
    display: none;
  }
  .widget-1 .item .container {
    position: static;
    transform: translateX(0);
  }
  .widget-1 .item .title {
    height: 64px;
    overflow: hidden;
    font-size: 20px;
  }
  .widget-1 .item .title, .widget-1 .item .title a {
    color: #000;
  }
}
.widget-3 .line {
  border-bottom: 1px solid #f0f1f2;
}

.widget-7 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.widget-7 .row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.widget-9 .contact-text .item {
  border-bottom: 1px solid #edf3f6;
}
.widget-9 .contact-text .item .item-title {
  color: #222222;
  font-weight: 700;
  font-size: 16px;
}
.widget-9 .contact-text .item .item-desc {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
}
.widget-9 .contact-text .item:last-child {
  border-bottom: 0;
}
.widget-9 .map-container {
  overflow: hidden;
}

.widget-10 .entry-box .entry-box-image img {
  border: 2px solid #7d4020;
}
@media (min-width: 576px) {
  .widget-10 .entry-box .entry-text {
    text-align: justify;
  }
}
.widget-10 .swiper-slide-active {
  z-index: 10;
}

.page-article .article-datetime {
  color: #777777;
}
.page-article .article-social a {
  display: block;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  position: relative;
}
.page-article .article-social a[class*=facebook] {
  background-color: #3b5998;
}
.page-article .article-social a[class*=twitter] {
  background-color: #1da1f2;
}
.page-article .article-social a[class*=whatsapp] {
  background-color: #43d854;
}
.page-article .article-social a[class*=messenger] {
  background-color: #0084ff;
}
.page-article .article-social a:hover[class*=facebook] {
  background-color: #2e4677;
}
.page-article .article-social a:hover[class*=twitter] {
  background-color: #0c89d5;
}
.page-article .article-social a:hover[class*=whatsapp] {
  background-color: #29c43a;
}
.page-article .article-social a:hover[class*=messenger] {
  background-color: #006cd1;
}
.page-article .article-title {
  color: #7d4020;
  font-size: 26px;
}
.page-article .article-text p, .page-article .article-text span, .page-article .article-text div, .page-article .article-text h1, .page-article .article-text h2, .page-article .article-text h3, .page-article .article-text h4, .page-article .article-text h5, .page-article .article-text h6 {
  color: #111111;
  font-size: 18px;
}
.page-article .article-tags a {
  font-size: 18px;
  border-radius: 30px;
  background-color: #fff;
}

.page-administrative .administrative-links a {
  font-size: 18px;
  border-radius: 30px;
  border: 1px solid #f0f1f2;
  background-color: #fff;
}
.page-administrative .administrative-links a.active {
  color: #7d4020;
}
.page-administrative .entry-box-6 > a {
  position: relative;
}
.page-administrative .entry-box-6 > a::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: #777777;
  transform: translateY(-50%);
}
body.en .page-administrative .entry-box-6 > a::before {
  right: auto;
  left: 0;
}
.page-administrative .entry-box-6 .entry-box-title, .page-administrative .entry-box-6 .entry-box-title a {
  color: #777777;
}
.page-administrative .entry-box-6:hover > a::before, .page-administrative .entry-box-6.active > a::before {
  background-color: #7d4020;
}
.page-administrative .entry-box-6:hover .entry-box-title, .page-administrative .entry-box-6:hover .entry-box-title a, .page-administrative .entry-box-6.active .entry-box-title, .page-administrative .entry-box-6.active .entry-box-title a {
  color: #7d4020;
}
.page-administrative .administrative-text {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
