@font-face {
  font-family: 'RB';
  src: url('../fonts/ArbFONTS-riyad-bank-Regular.eot');
  src: url('../fonts/ArbFONTS-riyad-bank-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ArbFONTS-riyad-bank-Regular.woff2') format('woff2'), url('../fonts/ArbFONTS-riyad-bank-Regular.woff') format('woff'), url('../fonts/ArbFONTS-riyad-bank-Regular.ttf') format('truetype'), url('../fonts/ArbFONTS-riyad-bank-Regular.svg#RB') format('svg');
}

@font-face {
  font-family: 'RB';
  src: url('../fonts/RB-Bold.woff2') format('woff2'), url('../fonts/RB-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'beIN';
  src: url('../fonts/beINBlack.woff2') format('woff2'), url('../fonts/beINBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Andalus';
  src: url('../fonts/Andalus.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  direction: rtl;
  height: 100%;
}

body {
  font-family: 'RB';
  height: 100%;
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a,
button,
img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

p,
ul {
  margin: 0;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none !important;
}

input,
textarea,
a,
button {
  outline: none !important;
  text-decoration: none;
}
.p-60 {
  padding: 60px 0;
}

/*Header*/

header .logo-container {
  background-image: url(../images/bg-header.png);
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(110% - 470px) 100%;
}

.logos.left img {
  display: block;
  margin: 0 10px 0;
  max-width: 150px;
}

.logos.left img[src='images/Logo_Emara.png'] {
  max-width: 100px;
  border-right: 1px solid #ddd;
  padding-right: 5px;
}

.logos.left {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

header nav {
  background: #9e762a !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin: -25px 0 0 !important;
  top: 25px;
  z-index: 9;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background: 0;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.nav > li > a {
  padding: 1.5rem 0.66rem;
  font-size: 1.36rem;
}

.nav > li > a:hover {
  background: #855f18 !important;  
}

.nav > li > .dropdown-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
}

.nav > li > .dropdown-title span {
  margin-left: .3rem;
}

.nav > li > .menu-sub {
  display: none;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 150px; 
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);

}
.nav > li > .menu-sub > li {
  transform: all 0.5s;
  margin: 0;
  padding: 0;
  width: 100%;  
}

.nav > li > .menu-sub > li > a {
  padding: .75rem;
  margin-bottom: .75rem;
  font-size: 1.36rem;
  width: 100%;
  display: block;
  color: #9e762a;

}
.nav > li > .menu-sub > li > a:hover {
  background: #9e762a;
  color: #ffffff;
}


.nav > li:hover > .menu-sub {
  display: block;
}



#home-slider {
  overflow: hidden;
  height: calc(100vh - 225px);
}

#home-slider .item {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  height: 100%;
}

#home-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

#home-slider .item figure {
  max-width: 50%;
  flex: 0 0 50%;
	background-image: url(../images/Layer-1160.png);
	background-size: cover;
	background-position: bottom;
}

#home-slider .caption {
  color: white;
  max-width: 50%;
  flex: 0 0 50%;
	background-color: #474747;
  display: flex;
  align-items: center;
  padding-right: 2.5rem;
}

#home-slider .caption .title {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}

#home-slider .caption .title h2 {
  font-family: 'beIN';
  font-size: 60px;
  margin: 40px 0 5px;
}

#home-slider .caption > div {
  font-size: 22px;
}

#home-slider .caption h2 strong {
  color: #9e762a;
}

#home-slider .caption a {
  background-color: #9e762a;
  color: white;
  display: block;
  width: 160px;
  margin: 40px 0 10px;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
}

#home-slider .caption a:hover {
  background-color: #8a6817;
}

#home-slider .caption .counter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
}

@media (min-width: 1400px) {
  #home-slider .caption .counter {
    margin-top: 80px;
  }
}

#home-slider .caption .counter .item-count {
  width: 25%;
  flex: 0 0 auto;
  padding: 0 1rem;
}

#home-slider .caption .counter .item-count .contant {
  margin: 0 0 1rem;
  text-align: center;
}

#home-slider .caption .counter .item-count .contant span.num {
  height: 90px;
  width: 90px;
  margin: auto;
  border-radius: 50%;
  border: 2px dashed #9e762a;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-slider .caption .counter .item-count .contant h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  line-height: 2.5rem;
}

/*
    Footer
*/
.bottom-footer {
  background-color: #855f18;
  color: #ffffff;
  padding: 15px 0;
  font-size: 13px;
}

.bottom-footer .dflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-footer .links ul {
  display: flex;
  padding: 0;
}

.bottom-footer .links ul li {
  padding: 0 20px;
  display: flex;
  color: white;
  border-left: 1px solid #fff;
  font-size: 13px;
}

.bottom-footer .links ul li:last-child {
  border: none;
}

.bottom-footer .links ul li a {
  display: block;
  color: white;
  font-size: 13px;
  margin: auto;
}

.bottom-footer .links ul li a.twitter-icon {
  font-size: 2rem;
}
.bottom-footer .links ul li a.twitter-icon:hover {
  color: #1da1f2;
}

.page-header {
  min-height: 130px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 30px;
}

.page-header .content {
  text-align: center;
  padding-top: 50px;
  color: white;
  position: relative;
}

.page-header .content h1 {
  font-size: 33px;
}

.page-header .content ul {
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 0;
}

.page-header .content ul li {
  margin: 0 10px 0;
}

.page-header .content ul li a {
  color: white;
}

.page-header:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.21);
}

.page-content {
  line-height: 2;
  padding: 0 0 40px;
  display: flex;
}

form.wpcf7-form {
  display: flex;
  max-width: 60%;
  margin: auto;
  flex-wrap: wrap;
  font-size: 15px;
}

form.wpcf7-form p:nth-child(2),
form.wpcf7-form p:nth-child(3) {
  width: 50%;
  flex: 0 0 50%;
}

form.wpcf7-form p {
  width: 100%;
  flex: 0 0 100%;
}

form.wpcf7-form p label {
  font-weight: 100;
  display: block;
}

form.wpcf7-form p:nth-child(2) label {
  padding-left: 9px;
}

form.wpcf7-form p:nth-child(3) label {
  padding-right: 9px;
}

form.wpcf7-form p label input,
form.wpcf7-form p label textarea {
  width: 100%;
  padding: 9px;
  margin: 10px 0 0;
  border: 1px solid #ccc;
}

form.wpcf7-form p label textarea {
  height: 150px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
  float: left;
  background: #333;
  color: white;
  border: 0;
  padding: 9px 50px;
}

form.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #000;
}

.page-content .content img {
  margin: auto;
  display: block;
  height: auto;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 0 8px -3px silver;
}

.aligncenter {
  display: block;
  margin: auto;
}

.page-header .content h2 {
  font-family: Andalus;
  margin: 15px 0 15px;
  font-size: 30px;
}

.page-header .content p {
  margin: 0 0 20px;
  font-size: 14px;
}

.page-template-page-member .page-content {
  margin-top: -31px;
  min-height: calc(100% - 439px);
}

.page-template-page-member .page-content .image {
  background-color: #9e762a;
  border-radius: 0 0 5px 5px;
  color: white;
  padding: 30px;
  text-align: center;
}

.page-template-page-member .page-content .image figure {
  border: 5px solid #f1d99f;
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 20px;
}

.page-template-page-member .page-content .image figure img {
  height: auto;
  width: 100%;
  /*object-fit: cover;*/
}

.page-template-page-member .page-content .image h1 {
  font-size: 15px;
}

.page-template-page-member .page-content .image h2 {
  font-family: Andalus;
  font-size: 24px;
  margin: 10px 0 10px;
}

.page-template-page-member .page-content .image p {
  font-size: 14px;
}

.page-template-page-member .page-content .content h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}

.page-template-page-member .page-content .content {
  padding-top: 40px;
  padding-right: 20px;
  text-align: justify;
}

.page-template-page-member .page-content .content p {
  margin: 0 0 15px;
}

.page-template-page-vision-and-mission .item-page {
  margin: 0 0 3px;
  color: white;
  padding: 25px 0;
  border-radius: 10px;
  font-size: 14px;
}

.page-template-page-vision-and-mission .page-content > div .item-page:nth-child(1) {
  background-color: #9e762a;
}

.page-template-page-vision-and-mission .item-page .image > figure {
  width: 80px;
  height: 80px;
  border: 1px dashed #fff;
  margin: auto;
  border-radius: 50%;
}

.page-template-page-vision-and-mission .page-content > div .item-page:nth-child(1) .image img {
  transform: scaleY(-1);
}

.page-template-page-vision-and-mission .item-page .image img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

.page-template-page-vision-and-mission .item-page .content {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.page-template-page-vision-and-mission .item-page .content h2 {
  margin-left: 20px;
  font-size: 28px;
  font-weight: 700;
}

.page-template-page-vision-and-mission .page-content > div .item-page:nth-child(2) {
  background: #1a1d2c;
  border-radius: 10px;
  margin: 0px;
}

.page-template-page-vision-and-mission .page-content {
  padding: 0;
}

.page-template-page-goals .content ul {
  padding: 63px 0;
}

.page-template-page-goals .content ul li {
  box-shadow: 2.121px 2.121px 65px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 15px;
}

.page-template-page-goals .page-content .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.page-template-page-goals .content ul li:before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #9e762a;
  border-radius: 8px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  color: #fdfdfd;
}

.page-template-page-goals .content {
  counter-reset: section;
}

.page-id-53 .page-content ._content,
.page-id-56 .page-content ._content {
  padding: 25px;
  margin: 30px 0 30px;
  box-shadow: 2.121px 2.121px 65px 0px rgba(0, 0, 0, 0.1);
}

.page-id-53 .page-content,
.page-id-56 .page-content {
  font-size: 15px;
  line-height: 2.5;
}

.page-id-53 .page-content h4,
.page-id-56 .page-content h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 20px;
}

.page-id-53 .page-content ._content p,
.page-id-56 .page-content ._content p {
  margin: 0 0 15px;
}

.page-id-59 .page-content {
  font-size: 13px;
}

.page-id-59 .page-content ._co {
  padding: 25px;
  margin: 30px 0 30px;
  box-shadow: 2.121px 2.121px 65px 0px rgba(0, 0, 0, 0.1);
}

.page-id-59 .page-content ._co ._item {
  margin: 0 0 30px;
}

.page-id-59 .page-content ._co ._item span.num,
.page-id-53 .page-content ._content span.num {
  font-family: fantasy;
  font-size: 30px;
  color: #9e762a;
}

.page-id-59 .page-content ._co ._item .title,
.page-id-53 .page-content ._content .title {
  background-color: #9e762a;
  text-align: center;
  padding: 10px 0;
  border-radius: 11px 11px 0 0;
  color: white;
}

.page-id-59 .page-content ._co ._item .desc {
  color: #9e762a;
  padding: 10px 0;
}

.page-id-59 .page-content ._co ._item > .row:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.page-id-59 .page-content ul {
  padding: 0;
  margin: 15px 0 15px;
}

.page-id-59 .page-content ul.dflex {
  display: flex;
  justify-content: space-between;
}

.page-id-59 .page-content ul.dflex li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #9e762a;
  margin-left: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.page-id-59 .page-content ._co h4 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}

.page-id-59 .page-content ._co > p {
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
}

.page-id-59 .page-content ._co .row.row-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page-id-59 .page-content ._co .row.row-center ._dflex {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.page-id-59 .page-content ._co .row.row-center ._dflex .__n {
  flex: 0 0 45px;
  max-width: 45px;
  font-family: fantasy;
  font-size: 30px;
  color: #9e762a;
}

.page-id-59 .page-content ._co .row.row-center ._dflex div:nth-child(2) {
  flex-basis: 100%;
  padding-right: 10px;
  font-size: 15px;
  background-color: #9e762a;
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 10px;
}

.page-id-64 .page-content ._co,
.page-id-64 .page-content ._itemm .box {
  padding: 25px;
  margin: 30px 0 30px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.page-id-64 .page-content ._itemm .box {
  border-radius: 20px;
  margin-top: 0;
  text-align: center;
  background: #fff;
}

.page-content ._itemm .box ul li {
  font-weight: 200;
  font-size: 1.69rem;
}

.page-id-64 .page-content ._itemm center > h3 {
  background-color: #9e762a;
  max-width: 230px;
  padding: 15px 0;
  color: white;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
}

.page-id-64 .page-content ._itemm .box h4 {
  margin: 0 0 5px;
  font-size: 1.69rem;
}

.page-id-64 .page-content ._itemm .box .item_m {
  margin: 0 0 20px;
}

.page-id-64 .page-content ._itemm .box ul.flex-center {
  display: flex;
  justify-content: space-between;
  padding: 0;
  font-weight: bold;
}

.page-id-64 .page-content ._itemm .box ul.flex-center li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #9e762a;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 9px;
}

header nav.navbar.navbar-inverse .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav.navbar.navbar-inverse .d-flex ul.list-inline > li > a {
  color: white;
  position: relative;
  font-size: 2rem;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
}

header nav.navbar.navbar-inverse .d-flex ul.list-inline > li {
  padding-left: 0;
}

.dropdown-menu.search-d form {
  padding: 25px;
  display: flex;
}

.dropdown-menu.search-d {
  padding: 0;
  right: -146px;
}

.dropdown-menu form input#search {
  border: 1px solid #eee;
  padding: 6px;
  border-radius: 0 10px 10px 0;
}

.dropdown-menu form input[type='submit'] {
  background-color: #9e762a;
  border-radius: 10px 0 0 10px;
  border: 0;
  width: 60px;
  color: white;
}

section.no-results.not-found {
  text-align: center;
  background-color: #ffb7b7;
  padding: 20px;
  border-radius: 10px;
  color: #ab0000;
}

section.no-results.not-found h1 {
  font-size: 22px;
}

.search-results .page-content ul.list-unstyled {
  padding: 0;
}

.search-results .page-content ul.list-unstyled li {
  box-shadow: 2.121px 2.121px 65px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 15px;
}

.search-results .page-content ul.list-unstyled li:before {
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #9e762a;
  border-radius: 8px;
  vertical-align: middle;
  margin-left: 10px;
  text-align: center;
  color: #fdfdfd;
}

.search-results .page-content {
  counter-reset: section;
}

.search-results .page-content ul.list-unstyled li a {
  color: black;
  font-size: 15px;
}

.search-results .page-content ul.list-unstyled li a h2 {
  display: inline-block;
  font-size: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #9e762a;
  border-color: #9e762a;
}

.pagination > li > a,
.pagination > li > span {
  color: #9e762a;
}

.page-content img {
  max-width: 100%;
  height: auto;
}

body.rtl.main.home.blog.logged-in {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  header .logo-container {
    background: 0;
    min-height: 90px;
  }
  body > header > div > div > div:nth-child(1) > div:nth-child(3),
  body > header > div > div > div:nth-child(1) > div:nth-child(4) {
    display: none;
  }
  .logos.left img {
    max-width: 71px !important;
  }
  .bottom-footer .dflex {
    display: block;
    text-align: center;
  }
  .bottom-footer .dflex p {
    margin: 0 0 10px;
  }
  nav.navbar.navbar-inverse {
    display: none;
  }
  #home-slider .item .caption {
    width: 100%;
    right: 0;
    padding-right: 15px;
  }
  #home-slider {
    height: 100vh;
  }
  .page-content {
    /* height: calc(100% - 308px); */
    display: table;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100% - 439px);
  }
  .page-id-59 .page-content {
    font-size: 13px;
    height: auto;
  }
  body {
    font-size: 14px;
  }
  ul.menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    height: 100vh;
    background-color: white;
    z-index: 99;
    width: 250px;
    font-size: 16px;
    transform: translateX(250px);
    transition: 0.5s;
  }
  ul.menu-mobile li a {
    display: block;
    padding: 14px 15px;
    color: #424242;
    border-bottom: 1px solid #eee;
  }
  #menu-toggle svg {
    width: 32px;
    height: 32px;
    display: block;
    box-sizing: border-box;
  }
  header .logo-container > div.logos {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
  }
  header .logo-container > div.logos a#menu-toggle {
    color: #3e3f3e;
    font-size: 25px;
    display: block !important;
  }
  .active-menu {
    overflow: hidden;
  }
  .active-menu .menu-mobile {
    transform: translateX(0);
  }
  header .logo-container > div.logos.left {
    justify-content: flex-end;
  }
  .close-menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.52);
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }
  .active-menu .close-menu {
    opacity: 1;
    visibility: visible;
  }
  span.hidden-lg.hidden-md.hidden-sm a {
    color: #4f504f;
  }
  header .logo-container .logos img {
    max-width: 100%;
  }
  .bottom-footer .links ul {
    justify-content: center;
  }
  .page-id-59 .page-content ._co ._item > .row:nth-child(1) {
    display: block;
    text-align: center;
  }
  .page-id-59 .page-content ._co .row.row-center {
    display: block;
  }
  form.wpcf7-form {
    display: block;
    max-width: 98%;
  }
  form.wpcf7-form p:nth-child(2),
  form.wpcf7-form p:nth-child(3) {
    width: 100%;
  }
  form.wpcf7-form p:nth-child(2) label,
  form.wpcf7-form p:nth-child(3) label {
    padding: 0;
  }
  .page-template-page-goals .page-content .row {
    flex-direction: column-reverse;
  }
  .page-template-page-goals .page-content .row img {
    margin: auto;
    margin: 0 0 30px;
  }
  .page-template-page-vision-and-mission .item-page .content {
    display: block;
    text-align: center;
  }
  .page-id-64 .page-content ._itemm .box ul.flex-center {
    display: block;
    line-height: 2.8;
    font-size: 18px;
  }
  .page-id-59 .page-content ul.dflex {
    display: block;
  }
  .page-id-53 .page-content h4,
  .page-id-56 .page-content h4 {
    line-height: 2;
  }
  .bottom-footer .links {
    display: none;
  }
  header .logo-container > div.logos .logo-mobile {
    display: flex;
    align-items: center;
  }
  header .logo-container > div.logos figure {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  header .logo-container > div.logos figure img {
    max-width: 60%;
    display: block;
    margin: auto;
  }
  header .logo-container > div.logos figure:nth-child(4) img {
    margin: initial;
    float: left;
  }
  header .logo-container > div.logos figure:nth-child(3) img {
    max-width: 50%;
    margin-left: 14%;
  }
  .page-template-page-member .page-content .content {
    padding-right: 0;
  }
  body.rtl.main.home.blog.logged-in footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
  }
  #home-slider .item {
    height: 100%;
  }
  #home-slider .item img {
    object-fit: cover;
    object-position: -425px center;
  }
}

@media (max-width: 991px) {
  .logo-mobile {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  body.rtl.main.home.blog.logged-in footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #home-slider .item img {
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1920px) {
  #home-slider .item img {
    object-fit: cover;
    object-position: left;
  }
  body.rtl.main.home footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

@media (max-width: 992px) {
  #home-slider .caption .title h2 {
    font-size: 1.8rem;
  }
  #home-slider .caption .title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #home-slider .caption .counter .item-count {
    width: 50%;
  }
  #home-slider .caption .counter .item-count .contant span.num {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  #home-slider .caption .counter .item-count .contant h2 {
    font-size: 1.5rem;
  }
  #home-slider .caption > div {
    height: 100%;
    padding-top: 3rem;
  }
}

.page-teams .page-content,
.highercommittee .page-content {
  text-align: center;
  min-height: calc(100% - 401px);
}

.page-teams ._itemm h3,
.highercommittee ._itemm h3 {
  font-size: 2rem;
  background: #9e762a;
  font-weight: 700;
  color: #fff;
  display: block;
  width: fit-content;
  padding: 1rem 4rem;
  border-radius: 10px 10px 0px 0;
  margin-bottom: -1.7rem;
  padding-bottom: 29px;
  position: relative;
  z-index: -1;
  padding-top: 1.3rem;
}
