body {
  font-family: 'Inseyab';
}
.call-actions-buttons {
  display: flex;
  align-items: center;
}
.btn-denote {
  background-color: #cf4846;
  color: #fff;
  padding: .675rem 2.8rem;
  box-shadow: 0px 8px 15px rgb(248 202 202 / 53%);
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  font-weight: 700;
}


.rtl .btn-denote {
  margin-left: auto;
  margin-right: 2.5rem;

}
.btn-denote:hover {
  background-color: #e11132;
  box-shadow: 0px 8px 15px rgb(250 166 166 / 58%);
  color: white;
  /* box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15); */
  transform: translate3d(0, -4px, 0);
}


.btn-denote:hover::after {
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.btn-denote:active {
  background-color: #e11132;
  box-shadow: none;
  color: #fff;
  transform: none;
}
.btn-denote:active::after {
  display: none;
}


.tamer-institute-app .section.third-section .third-section__header {
  background-color: transparent;
}
.tamer-institute-app .section.third-section .third-section__header .section__title {
  color: white;
}
.tamer-institute-app .section.third-section .third-section__header .third-section__header-items .header-items__item.header-items__item__active {
  border-bottom: solid 2px white;
}
.tamer-institute-app .section.third-section .third-section__header .third-section__header-items .header-items__item {
  color: white;
}
.contact-us-link {
  font-size: 1rem;
  color: #20A1F2;
}
.contact-us-link:hover {
  color: #1c8dd3;
}
.social-nav {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 10px auto;
  align-items: center;
  justify-content: center;
}
.social-nav li {
  display: inline-block;
}
.social-nav a {
  display: flex;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  background: #000;
  position: relative;
  align-items: center;
  justify-content: center;
}
.follow-us li {
  margin: 0 2px;
}
.follow-us a {
  background: none;
  line-height: 1.5;
  font-size: 20px;
}
.follow-us a:hover {
  text-shadow: 0px 0px 25px;
}
.follow-us .twitter {
  color: #00ACED;
}
.follow-us .facebook {
  color: #3B579D;
  width: 15px;
  height: 15px;
}
.follow-us .instagram {
  color: #4C5FD7;
}
.follow-us .youtube {
  color: #FF0000;
}

.follow-us .whatsapp {
  color: #25D366;
}
.rtl .header-social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}

.header-social-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0rem;
  margin-left: 3rem;
}
.follow-us-text {
  border-right: 1px solid #d7d7d7;
  line-height: 22px;
  padding-right: 15px;
  color: #8b8989;
}
.rtl .follow-us-text {
  border-left: 1px solid #d7d7d7;
  line-height: 22px;
  padding-left: 15px;
  color: #8b8989;
}
.shadow-1, .language-dropdown ul.lang-list, .language-dropdown label {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow-2, .language-dropdown.open label {
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 18%);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.language-dropdown {
  display: inline-block;
}
.language-dropdown .lang-en .flag {
 /*background-image: url("http://findicons.com/files/icons/282/flags/48/united_states_of_america_usa.png");
 */
}
.language-dropdown .lang-ar .flag {
 /*background-image: url("http://icons.iconarchive.com/icons/icondrawer/flags/48/Brazil-icon.png");
 */
}
.language-dropdown label, .language-dropdown ul li {
  display: flex;
  background: #fff;
  cursor: pointer;
  width: auto;
  padding: .575rem 1.2rem;
  align-items: center;
  width: 100px;
  justify-content: center;
}
.language-dropdown ul.lang-list {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.language-dropdown ul.lang-list li {
  border-bottom: 1px solid #ECECEC;
}
.language-dropdown ul.lang-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.language-dropdown ul.lang-list li.selected {
  display: none;
}
.language-dropdown label {
  position: relative;
  border-bottom: 1px solid #ECECEC;
  border-radius: 3px;
  z-index: 2;
  margin-bottom: 0;
}
.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
  cursor: pointer;
  display: flex;
}
.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
  padding-left: 0;
  z-index: 333;
  margin-bottom: 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 0%), 0 3px 6px rgb(0 0 0 / 18%);
}
.rtl .language-dropdown.open ul.lang-list {
  padding-right: 0;
}
.language-dropdown.open label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.rtl .images-header__bag {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  border-right: 1px solid #cbcbcb;
  border-left: 0;
}


.images-header__bag {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  border-left: 1px solid #cbcbcb;
}
.tamer-institute-app .header .images-header .images-header__bag .images-header__bag__image {
  color: #cf4848;
}
/*MenuZord*/
.menuzord {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
}
.rtl .menuzord {
  float: right;
}
.menuzord a {
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}
.menuzord-menu.scrollable>.scrollable-fix {
  display: none;
}
.menuzord-brand {
  margin: 18px 30px 0 0;
  float: left;
  color: #666;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
.rtl .menuzord-brand {
  margin: 18px 0 0 30px;
  float: right;
}
.menuzord-menu {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display: flex;
  align-items: center;
}
.rtl .menuzord-menu {
  float: right;
}
.menuzord-menu.menuzord-right {
  float: right;
}
.rtl .menuzord-menu.menuzord-right {
  float: left;
}
.menuzord-menu>li {
  display: inline-block;
  float: left;
}
.rtl .menuzord-menu>li {
  float: right;
}
.menuzord-menu>li>a {
  padding: 14px 16px;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  color: #2c2c2c;
  outline: 0;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: transparent;
}
.menuzord-menu>li.active>a, .menuzord-menu>li:hover>a {
  color: #333;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 220px;
  white-space: nowrap;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
  box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
}
.menuzord-menu ul.dropdown li ul.dropdown {
  left: 100%;
  min-width: 250px;
}
.rtl .menuzord-menu ul.dropdown li ul.dropdown {
  right: 100%;
}
.menuzord-menu ul.dropdown li {
  clear: both;
  width: 100%;
  border: 0;
  font-size: 12px;
  position: relative;
}
.menuzord-menu ul.dropdown li a {
  width: 100%;
  background: 0 0;
  padding: 10px 25px 10px 22px;
  color: #444343;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
  font-size: 0.85rem;
}
.rtl .menuzord-menu ul.dropdown li a {
  width: 100%;
  background: 100% 0;
  padding: 10px 22px 10px 25px;
  color: #444343;
  text-decoration: none;
  display: inline-block;
  float: right;
  clear: both;
  position: relative;
  outline: 0;
  -webkit-transition: padding .2s linear;
  transition: padding .2s linear;
  text-align: right;
}
.menuzord-menu ul.dropdown li:hover>a {
  padding-left: 28px;
  padding-right: 19px;
  color: #333;
}
.rtl .menuzord-menu ul.dropdown li:hover>a {
  padding-right: 28px;
  padding-left: 19px;
  color: #333;
}
.menuzord-menu ul.dropdown.dropdown-left {
  left: none;
}
.rtl .menuzord-menu ul.dropdown.dropdown-left {
  right: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  left: -100%;
}
.rtl .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
  right: -100%;
}
.menuzord-menu li .indicator {
  margin-left: 3px;
}
.rtl .menuzord-menu li .indicator {
  margin-right: 3px;
}
.menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 15px;
}
.rtl .menuzord-menu li ul.dropdown li .indicator {
  position: absolute;
  top: 8px;
  left: 10px;
  right: auto;
  font-size: 15px;
  transform: rotate(180deg);
}
.menuzord-menu>li>.megamenu {
  width: 100%;
  padding: 20px 30px;
  left: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.rtl .menuzord-menu>li>.megamenu {
  width: 100%;
  padding: 20px 30px;
  right: 0;
  position: absolute;
  display: none;
  z-index: 99;
  border-top: solid 1px #f0f0f0;
  background: #fff;
}
.menuzord-menu>li>.megamenu.megamenu-half-width {
  width: 50%;
  left: auto;
}
.rtl .menuzord-menu>li>.megamenu.megamenu-half-width {
  width: 50%;
  right: auto;
}
.menuzord-menu>li>.megamenu.megamenu-quarter-width {
  width: 25%;
  left: auto;
}
.rtl .menuzord-menu>li>.megamenu.megamenu-quarter-width {
  width: 25%;
  right: auto;
}
.menuzord-menu>li>.megamenu .megamenu-row {
  width: 100%;
  margin-top: 15px;
}
.menuzord-menu>li>.megamenu .megamenu-row:first-child {
  margin-top: 0;
}
.menuzord-menu>li>.megamenu .megamenu-row:after, .menuzord-menu>li>.megamenu .megamenu-row:before {
  display: table;
  content: "";
  line-height: 0;
}
.menuzord-menu>li>.megamenu .megamenu-row:after {
  clear: both;
}
.menuzord-menu>li>.megamenu .megamenu-row .col1, .menuzord-menu>li>.megamenu .megamenu-row .col10, .menuzord-menu>li>.megamenu .megamenu-row .col11, .menuzord-menu>li>.megamenu .megamenu-row .col12, .menuzord-menu>li>.megamenu .megamenu-row .col2, .menuzord-menu>li>.megamenu .megamenu-row .col3, .menuzord-menu>li>.megamenu .megamenu-row .col4, .menuzord-menu>li>.megamenu .megamenu-row .col5, .menuzord-menu>li>.megamenu .megamenu-row .col6, .menuzord-menu>li>.megamenu .megamenu-row .col7, .menuzord-menu>li>.megamenu .megamenu-row .col8, .menuzord-menu>li>.megamenu .megamenu-row .col9 {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.rtl .menuzord-menu>li>.megamenu .megamenu-row .col1, .menuzord-menu>li>.megamenu .megamenu-row .col10, .menuzord-menu>li>.megamenu .megamenu-row .col11, .menuzord-menu>li>.megamenu .megamenu-row .col12, .menuzord-menu>li>.megamenu .megamenu-row .col2, .menuzord-menu>li>.megamenu .megamenu-row .col3, .menuzord-menu>li>.megamenu .megamenu-row .col4, .menuzord-menu>li>.megamenu .megamenu-row .col5, .menuzord-menu>li>.megamenu .megamenu-row .col6, .menuzord-menu>li>.megamenu .megamenu-row .col7, .menuzord-menu>li>.megamenu .megamenu-row .col8, .menuzord-menu>li>.megamenu .megamenu-row .col9 {
  display: block;
  min-height: 20px;
  float: right;
  margin-right: 3%;
}
.menuzord-menu>li>.megamenu .megamenu-row [class*=col]:first-child {
  margin-left: 0;
}
.rtl .menuzord-menu>li>.megamenu .megamenu-row [class*=col]:first-child {
  margin-right: 0;
}
.menuzord-menu>li>.megamenu .megamenu-row .col1 {
  width: 5.583333333333%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2 {
  width: 14.166666666666%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col3 {
  width: 22.75%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col4 {
  width: 31.333333333333%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col5 {
  width: 39.916666666667%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col6 {
  width: 48.5%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col7 {
  width: 57.083333333333%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col8 {
  width: 65.666666666667%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col9 {
  width: 74.25%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col10 {
  width: 82.833333333334%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col11 {
  width: 91.416666666667%;
}
.menuzord-menu>li>.megamenu .megamenu-row .col12 {
  width: 100%;
}
.menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: right;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.rtl .menuzord .showhide {
  width: 60px;
  height: 46px;
  padding: 13px 0 0;
  display: none;
  float: left;
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: right;
  background: #777;
}
.rtl .menuzord .showhide em {
  width: 20px;
  height: 3px;
  margin: 3.5px 20px 0;
  float: left;
  background: #777;
}
.menuzord-menu>li>a>i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: left;
  line-height: 20px;
  font-family: FontAwesome;
}
.rtl .menuzord-menu>li>a>i {
  margin: 0 5px 0 0;
  font-size: 18px;
  float: right;
  line-height: 20px;
  font-family: FontAwesome;
}
.menuzord-menu>li.search form {
  float: left;
  padding: 22px 16px 17px;
}
.rtl .menuzord-menu>li.search form {
  float: right;
  padding: 22px 16px 17px;
}
.menuzord-menu>li.search form input[type=text] {
  width: 160px;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  background: #f0f0f0;
  border-radius: 2px;
  outline: 0;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.menuzord-menu>li.search form:hover input[type=text] {
  width: 160px;
}
.menuzord-tabs {
  width: 100%;
  float: left;
}
.rtl .menuzord-tabs {
  width: 100%;
  float: right;
}
.menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.rtl .menuzord-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
.menuzord-tabs-nav>li>a {
  width: 100%;
  padding: 7px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: 1px solid #f0f0f0;
  outline: 0;
}
.rtl .menuzord-tabs-nav>li>a {
  width: 100%;
  padding: 7px 16px;
  float: right;
  font-size: 13px;
  text-decoration: none;
  color: #666;
  border: 1px solid #f0f0f0;
  outline: 0;
}
.menuzord-tabs-nav li.active a, .menuzord-tabs-nav li:hover a {
  background: #f0f0f0;
}
.menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  border: 1px solid #f0f0f0;
}
.rtl .menuzord-tabs-content {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: left;
  display: none;
  font-size: 13px;
  border: 1px solid #f0f0f0;
}
.menuzord-tabs-content.active {
  display: block;
}
.menuzord.blue .menuzord-menu ul.dropdown li:hover>a, .menuzord.blue .menuzord-menu>li.active>a, .menuzord.blue .menuzord-menu>li:hover>a {
  color: #4A89DC;
}
.menuzord.green .menuzord-menu ul.dropdown li:hover>a, .menuzord.green .menuzord-menu>li.active>a, .menuzord.green .menuzord-menu>li:hover>a {
  color: #37BC9B;
}
.menuzord.red .menuzord-menu ul.dropdown li:hover>a, .menuzord.red .menuzord-menu>li.active>a, .menuzord.red .menuzord-menu>li:hover>a {
  color: #E9573F;
}
.menuzord.orange .menuzord-menu ul.dropdown li:hover>a, .menuzord.orange .menuzord-menu>li.active>a, .menuzord.orange .menuzord-menu>li:hover>a {
  color: #ff670f;
}
.menuzord.yellow .menuzord-menu ul.dropdown li:hover>a, .menuzord.yellow .menuzord-menu>li.active>a, .menuzord.yellow .menuzord-menu>li:hover>a {
  color: #F6BB42;
}
.menuzord.purple .menuzord-menu ul.dropdown li:hover>a, .menuzord.purple .menuzord-menu>li.active>a, .menuzord.purple .menuzord-menu>li:hover>a {
  color: #967ADC;
}
.menuzord.pink .menuzord-menu ul.dropdown li:hover>a, .menuzord.pink .menuzord-menu>li.active>a, .menuzord.pink .menuzord-menu>li:hover>a {
  color: #D770AD;
}
.exhibition-section .container-fluid .inner-banner a img {
  width: 100%;
}
.exhibition-section {
  padding: 5rem 0rem;
  background: white;
}
.exhibition-section .section__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .menuzord-responsive.menuzord {
      padding: 0;
 }
  .menuzord-responsive .menuzord-brand {
      margin: 8px 30px 10px 20px;
      font-size: 20px;
      line-height: 1.55;
 }
  .rtl .menuzord-responsive .menuzord-brand {
      margin: 8px 20px 10px 30px;
      font-size: 20px;
      line-height: 1.55;
 }
  .menuzord-responsive .showhide {
      margin: 0;
 }
  .menuzord-responsive .menuzord-menu {
      width: 100%;
      float: left !important;
 }
  .rtl .menuzord-responsive .menuzord-menu {
      width: 100%;
      float: right !important;
 }
  .menuzord-responsive .menuzord-menu.scrollable {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
 }
  .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
      display: block;
 }
  .menuzord-responsive .menuzord-menu>li {
      width: 100%;
      display: block;
      position: relative;
 }
  .menuzord-responsive .menuzord-menu>li>a {
      width: 100%;
      padding: 12px 20px;
      display: block;
      border-bottom: solid 1px #f0f0f0;
 }
  .menuzord-responsive .menuzord-menu>li:first-child>a {
      border-top: solid 1px #f0f0f0;
 }
  .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
      width: 100%;
      left: 0;
      position: static;
      border: none;
      background: #fff;
      float: left;
 }
  .rtl .menuzord-responsive .menuzord-menu ul.dropdown, .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
      width: 100%;
      right: 0;
      position: static;
      border: none;
      background: #fff;
      float: right;
 }
  .menuzord-responsive .menuzord-menu ul.dropdown li {
      position: relative;
 }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
      border-bottom: solid 1px #f0f0f0;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
      padding-left: 40px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
      padding-right: 40px !important;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
      padding-left: 60px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
      padding-right: 60px !important;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
      padding-left: 80px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
      padding-right: 80px !important;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
      padding-left: 50px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
      padding-right: 50px !important;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a {
      padding-left: 70px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a {
      padding-right: 70px !important;
 }
  .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li:hover>a {
      padding-left: 90px !important;
 }
  .rtl .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li:hover>a {
      padding-right: 90px !important;
 }
  .menuzord-responsive .menuzord-menu li .indicator {
      width: 60px;
      height: 45px;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 22px;
      text-align: center;
      line-height: 43px;
      border-left: solid 1px #f5f5f5;
 }
  .rtl .menuzord-responsive .menuzord-menu li .indicator {
      width: 60px;
      height: 45px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 22px;
      text-align: center;
      line-height: 43px;
      border-left: solid 1px #f5f5f5;
 }
  .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
      height: 38px;
      right: 0;
      top: 0;
      font-size: 18px;
      line-height: 36px;
 }
  .rtl .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
      height: 38px;
      left: 0;
      top: 0;
      font-size: 18px;
      line-height: 36px;
 }
  .menuzord-responsive .menuzord-menu>li>.megamenu {
      width: 100% !important;
      left: 0 !important;
      position: static;
      border-top: none;
      border-bottom: solid 1px #f0f0f0;
 }
  .rtl .menuzord-responsive .menuzord-menu>li>.megamenu {
      width: 100% !important;
      right: 0 !important;
      position: static;
      border-top: none;
      border-bottom: solid 1px #f0f0f0;
 }
  .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*=col] {
      float: none;
      display: block;
      width: 100% !important;
      margin-left: 0;
      margin-top: 15px;
 }
  .rtl .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*=col] {
      float: none;
      display: block;
      width: 100% !important;
      margin-right: 0;
      margin-top: 15px;
 }
  .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row, .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row:first-child [class*=col]:first-child {
      margin-top: 0;
 }
  .menuzord-responsive .menuzord-menu>li.search form {
      width: 100%;
      margin: 4px 0;
      padding: 10px 16px !important;
 }
  .menuzord-responsive .menuzord-menu>li.search form input[type=text], .menuzord-responsive .menuzord-tabs-content, .menuzord-responsive .menuzord-tabs-nav {
      width: 100%;
 }
}
/*Custom menuzord*/
.menuzord-menu>li>a:first-child {
  padding-left: 0;
}
.rtl .menuzord-menu>li:first-child>a {
  padding-right: 0;
}
.slider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.slider.owl-carousel .owl-nav {
  font-size: 2rem;
  color: white;
}
.slider.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}

.silder-sammary {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  padding-bottom: 15px;
}
.slider-contents {
  max-width: 850px !important;
  width: 100% !important;
  margin: inherit !important;
  padding-left: 80px !important;
  position: relative;
  top: 35%;
}
.rtl .slider-contents {
  max-width: 850px !important;
  width: 100% !important;
  margin: inherit !important;
  padding-right: 80px !important;
  position: relative;
  top: 35%;
}
.slider {
  margin-top: 0;
  min-height: 500px;
}
.tamer-institute-app .section.first-section {
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: auto;
  background: #fff0 no-repeat center center/cover;
  background-position: center center !important;
  position: relative;
  background-size: cover;
}
.section__pinkish-button {
  border-radius: 4px;
  background-color: #ed1a3b;
  padding: 13.5px 55.49px;
  color: #fff;
  font-size: 18px;
  transition: .2s all;
  box-shadow: 0px 8px 15px rgb(254 117 117 / 40%);
}
.section__pinkish-button:hover {
  color: #fff!important;
  opacity: 1;
  background-color: #e11c31;
}
.tamer-institute-app .section.first-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 /* background: rgb(0,0,0);
  */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5158438375350141) 100%);
 /* background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5158438375350141) 100%);
  */
 /* background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5158438375350141) 100%);
  */
}
.rtl .tamer-institute-app .section.first-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
 /* background: rgb(0,0,0);
  */
  background: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5158438375350141) 100%);
 /* background: -webkit-linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5158438375350141) 100%);
  */
 /* background: linear-gradient(-180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5158438375350141) 100%);
  */
}
.button-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.white-btn {
  background: white;
  padding: .575rem 2rem;
  color: #ed263b;
  border: 1px solid #e5e5e5;
}
.even-sammary {
  color: #595959;
}
.second-section .card-body {
  height: 250px;
}
.homepage .card .card-img-top {
  min-height: 280px;
}
.more-details-link {
  margin-bottom: 0;
  color: #ce4747;
}
.tamer-institute-app .section .section__cards-container .card-container .card .cards-container__card-text {
  line-height: 26px;
}
.tamer-institute-app .section.third-section .third-section__header .third-section__header-items .header-items__item {
  color: #ffffff;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  margin: 0px 20px;
  font-size: 1.1rem;
}
.browse-all-publications {
  display: flex;
  align-items: center;
  justify-content: center;
}
.browse-all-publications .btn {
  border: 0;
}
.news-section {
  background: white;
  padding-top: 60px;
  padding-bottom: 50px;
}
.news-first-part {
  display: flex;
  width: 100%;
}
.right-news {
  width: 45%;
}
.left-news {
  width: 55%;
  margin-left: 50px;
}
.rtl .left-news {
  width: 55%;
  margin-right: 50px;
}
.news-box .news-image img {
  width: 100%;
}
.news-section .btn-denote {
  margin-right: 0;
}
.rtl .news-section .btn-denote {
  margin-left: 0;
}
.left-news .news-box {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.left-news .news-box .news-image {
  width: 45%;
}
.left-news .news-box .news-contents {
  width: 55%;
}
.left-news .news-box .news-image img {
  object-fit: cover;
  height: 230px;
}
.right-news .news-box .news-image img {
  object-fit: cover;
  height: 400px;
}
.news-contents {
  padding: 1.2rem;
}
.news-image {
  position: relative;
}
.news-image {
  position: relative;
}
.news-image:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 80px;
  background: #cf4846;
  right: -8px;
  top: 20px;
}
.rtl .news-image:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 80px;
  background: #cf4846;
  left: -8px;
  top: 20px;
}
.right-news .news-image:after {
  width: 120px;
  height: 18px;
  left: 16px;
  bottom: -8px;
  right: auto;
  top: auto;
}
.rtl .right-news .news-image:after {
  width: 120px;
  height: 18px;
  right: 16px;
  bottom: -8px;
  left: auto;
  top: auto;
}
.news-section a h3 {
  color: black;
}
.news-box a:hover {
  color: #ed263b;
  text-decoration: underline;
}
.news-section a:hover h3 {
  color: #ed263b;
}
.left-news h3 {
  font-size: 25px;
}
.news-second-part {
  display: flex;
 /* width: 100%;
  */
  justify-content: space-between;
}
.news-second-part .news-box {
  flex-grow: 1;
  flex: 0 0 32%;
  display: flex;
  width: 100%;
}
.news-second-part .news-box .news-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.news-second-part .news-box .news-contents {
  width: 55%;
}
.news-second-part .news-box .news-image {
  width: 45%;
}
.news-second-part h3 {
  font-size: 1rem;
}
.news-second-part .news-contents {
  padding-top: 0.5rem;
}
.news-second-part .news-image:after {
  display: none;
}
.tamer-institute-app .section .section__cards-container .card-container .card.card_small .card-body .cards-container__owner-name {
  color: #ffffff;
  line-height: 18px;
}
.tamer-institute-app .section .section__cards-container .card-container .card.card_small .card-body .cards-container__card-par {
  margin-bottom: 2px;
}
.main-youtube-channel-sections {
  background: white;
  padding-bottom: 100px;
  padding-top: 60px;
}
.main-youtube-channel-sections .section__title {
  display: flex;
  align-items: center;
  color: red;
}
.main-youtube-channel-sections .section__title svg {
  margin-right: 1rem;
}
.rtl .main-youtube-channel-sections .section__title svg {
  margin-left: 1rem;
}
.youtube-channel {
  display: flex;
  width: 95%;
  justify-content: space-between;
  margin: auto;
}
.video-item {
  flex-grow: 1;
  flex: 0 0 23%;
  padding: 1.2rem;
}
.video-item .video-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
}
.youtube-channel .owl-stage {
  display: flex;
 /* width: inherit !important;
  */
}
.video-contents a h2 {
  font-size: 1rem;
  color: #3b3b3b;
}
.video-contents a:hover {
  text-decoration: underline;
  color: red;
}
.video-contents a:hover h2 {
  color: red;
}
.video-contents {
  padding: 0.8rem;
}
.video-contents p {
  color: #727272;
}
.video-image {
  border-radius: 4px;
  position: relative;
}
.video-image .overlay {
  visibility: hidden;
  position: absolute;
}
.video-contents p svg path {
  fill: #727272;
}
.youtube-link:hover .overlay {
  visibility: visible;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000a6;
  border-radius: 4px;
}
.rtl .youtube-link:hover .overlay {
  visibility: visible;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000a6;
  border-radius: 4px;
}
.overlay svg path {
  fill: white;
}
.youtube-channel .owl-nav {
  font-size: 2rem;
  color: #cf4846;
}
.youtube-channel .owl-prev {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.youtube-channel .owl-stage-outer {
  width: 100%;
}
.voice-library {
  background-image: radial-gradient(circle at 47% 50%, #d04947, #d04947);
  padding-top: 100px;
}
.voice-library .section__title svg path {
  fill: white;
}
.voice-library .section__title {
  color: white;
}
.voice-library .owl-nav {
  color: white;
}
.voice-library .video-contents a h2 {
  font-size: 1rem;
  color: #ffffff;
}
.voice-library .video-contents p svg path {
  fill: white;
}
.voice-library .video-contents p {
  color: white;
  opacity: 0.8;
}
.voice-library .video-contents a:hover {
  color: white;
}
.voice-library .video-contents a:hover h2 {
  color: white;
}
.voice-library .youtube-link:hover .overlay {
  background: #22212199;
}
.voice-library .overlay svg path {
  fill: #f84c5e;
}
.facebook-feed {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fcfcfc;
}
.facebook-feed .section__title {
  display: flex;
  align-items: center;
  color: #1877f2;
}
.facebook-feed .section__title svg {
  margin-right: 1.2rem;
  width: 65px;
  height: 65px;
  background: white;
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  border-radius: 50%;
}
.rtl .facebook-feed .section__title svg {
  margin-left: 1.2rem;
  width: 65px;
  height: 65px;
  background: white;
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
  border-radius: 50%;
}
#map {
  height: 100%;
  width: 100%;
}
/* Magic goes here */
.gm-style div>div:last-child>div>div:first-child>div {
  background: transparent;
}
.gm-style div>div:last-child>div>div:first-child>div:nth-child(3)>div div {
  background-color: #2f2f2f !important;
}
.gm-style div>div:last-child>div>div:first-child>div:first-child {
  background: transparent;
  padding: 0;
}
.info-win {
  color: #494545;
  font-size: 1.2rem;
  font-weight: 500;
}
.section.google-map {
  height: 400px;
}
.gm-style-iw-d {
  background: white !important;
  overflow: hidden !important;
}
.inst-house img {
  min-width: 380px;
  height: 240px;
  object-fit: cover;
}
button.gm-ui-hover-effect {
  color: white;
  background: white !important;
  opacity: 1;
  right: 10px !important;
  top: 10px !important;
}
.rtl button.gm-ui-hover-effect {
  color: white;
  background: white !important;
  opacity: 1;
  left: 10px !important;
  top: 10px !important;
}
.map-contents {
  padding: 1rem;
}
.map-address {
  color: #4b4b4b;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.map-email-address a {
  font-size: 1rem;
}
.map-contact-number a {
  font-size: 1rem;
}
.map-email-address {
  margin-bottom: 0.3rem;
}
.map-contact-number {
  margin-bottom: 0.3rem;
}
.footer-contents {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.inst-info .contents {
  display: flex;
  align-items: center;
}
.inst-info .contents .inst-img {
  margin-right: 1rem;
}
.rtl .inst-info .contents .inst-img {
  margin-left: 1rem;
}
.social-buttons-inst-footer .follow-us a {
  color: white;
  font-size: 2rem;
}
.inst-info {
}
.subsicribe-now {
  width: 28%;
}
.social-buttons-inst-footer {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.social-buttons-inst-footer ul {
  margin: initial;
}
.social-buttons-inst-footer .follow-us li {
  margin: 0 14px;
}
.subsicribe-now .btn {
  background: #f6f4f4;
  color: #ed263b;
  border-color: #ebebeb;
}

.rtl .subsicribe-now .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.subsicribe-now .form-control {
  border-color: #ebebeb;
  font-size: 0.8rem;
}

.rtl .subsicribe-now .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  
}
.footer-section .red-footer {
  color: #fff;
  padding: 0;
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: radial-gradient(circle at 47% 50%, #cf4846, #cf4848);
}
.footer-copyright {
  padding-top: 10px;
  margin-top: 20px;
  color: #ffffffe6;
  text-align: center;
  font-size: 0.9rem;
}
/**/
.round {
  border-radius: 50%;
}
.faba {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 56px;
  height: 56px;
  background-image: radial-gradient(circle at 47% 50%, #f5515f, #9f041b);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: white;
  font-size: 2em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 4;
}
.rtl .faba {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 56px;
  height: 56px;
  background-image: radial-gradient(circle at 47% 50%, #d04947, #d04947);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: fixed;
  left: 30px;
  right: auto;
  bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: white;
  font-size: 2em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 4;
}
.faba i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
}
.inner-fabs .faba {
  width: 40px;
  height: 40px;
  right: 38px;
  bottom: 23px;
  font-size: 1.5em;
  will-change: bottom;
}
.rtl .inner-fabs .faba {
  width: 40px;
  height: 40px;
  left: 38px;
  right: auto;
  bottom: 23px;
  font-size: 1.5em;
  will-change: bottom;
}
.inner-fabs.show .faba:nth-child(1) {
  bottom: 80px;
}
.inner-fabs.show .faba:nth-child(2) {
  bottom: 130px;
}
.inner-fabs.show .faba:nth-child(3) {
  bottom: 180px;
}
.inner-fabs.show .faba:nth-child(4) {
  bottom: 230px;
}
.inner-fabs.show .faba:nth-child(5) {
  bottom: 280px;
}
.inner-fabs.show .faba:nth-child(6) {
  bottom: 330px;
}
.inner-fabs.show .faba:nth-child(7) {
  bottom: 380px;
}
.inner-fabs.show+.faba i {
  -webkit-transform: rotate(135deg);
  transform: rotate(-35deg);
}
.rtl .inner-fabs.show+.faba i {
  -webkit-transform: rotate(-135deg);
  transform: rotate(35deg);
}
.faba:before {
  content: attr(data-tooltip);
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ececec;
  right: 50px;
  top: 25%;
  background-color: rgba(70, 70, 70, 0.9);
  font-size: 0.5em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
  padding: 6px 8px;
  max-width: 200px;
  font-weight: bold;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.rtl .faba:before {
  content: attr(data-tooltip);
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ececec;
  left: 50px;
  right: auto;
  top: 25%;
  background-color: rgba(70, 70, 70, 0.9);
  font-size: 0.5em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 2px;
  padding: 6px 8px;
  max-width: 200px;
  font-weight: bold;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.inner-fabs.show .faba:hover:before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
}
.material-icons img {
  width: 20px;
}
.theme-white {
  background: white;
  border: 1px solid #dbdbdb;
}
.theme-white i {
  color: #000099;
}
.theme-blue {
  background: #66ccff;
}
.theme-blue i {
  color: #000099;
}
.theme-hivis {
  background: #000000;
}
.theme-hivis i {
  color: #ffff00;
}
.theme-yellow {
  background: #cccc99;
}
.theme-yellow i {
  color: #000099;
}
/**/
.navbar .fixed-to-top {
  top: 0;
  position: fixed;
  background: white;
  width: 100%;
  left: 0;
  padding: 0.5rem;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 8px 18px rgba(45, 62, 80, 0.08);
  display: flex;
  align-items: center;
  padding-right: 3rem;
  padding-left: 3rem;
}
.rtl .navbar .fixed-to-top {
  top: 0;
  position: fixed;
  background: white;
  width: 100%;
  right: 0;
  padding: 0.5rem;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 8px 18px rgba(45, 62, 80, 0.08);
  padding-right: 3rem;
  padding-left: 3rem;
}
.menuzord-menu li a {
  transition: all ease-in-out 0.5s;
}
.customizations-hummans {
  z-index: 99;
  position: relative;
}
.tamer-institute-app.book-details-page .section.first-section img {
  height: 500px;
  object-fit: contain;
}
.tamer-institute-app .section.second-section .section__cards-container .card-container .card.card_small .card-body .cards-container__owner-name {
  color: red;
}
.inst-title a {
  color: white;
}
/*updates 07 Jul, 2021*/
@media (max-width:768px) {
  .images-header__logo {
      width: 150px;
      height: 50px;
      object-fit: contain;
      margin-left: 30px;
      padding-top: 0 !important;
 }
  .rtl .images-header__logo {
      width: 150px;
      height: 50px;
      object-fit: contain;
      margin-right: 30px;
      padding-top: 0 !important;
 }
  .follow-us-text {
      display: none;
 }
  .tamer-institute-app .header .logo-container {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 1px;
 }
  .call-actions-buttons {
      display: none;
 }
  .header-social-container {
      display: none;
 }
  .language {
      width: 100%;
      float: right;
      display: flex;
      align-items: center;
      justify-content: flex-end;
 }
  .rtl .language {
      width: 100%;
      float: left;
      display: flex;
      align-items: center;
      justify-content: flex-start;
 }
  .images-header__bag {
      display: flex;
      align-items: center;
      position: absolute;
      top: 15px;
      right: 10px;
 }
  .rtl .images-header__bag {
      display: flex;
      align-items: center;
      position: absolute;
      top: 15px;
      left: 10px;
 }
  .tamer-institute-app .header .images-header {
      padding: 30px;
      padding-top: 5px;
      padding-bottom: 0;
 }
  .menuzord-responsive .showhide {
      margin: 0;
      position: absolute;
      top: -100px;
      left: -22px;
 }
  .rtl .menuzord-responsive .showhide {
      margin: 0;
      position: absolute;
      top: -100px;
      right: -22px;
 }
  .left-news {
      width: 100%;
      margin-left: 0;
 }
  .rtl .left-news {
      width: 100%;
      margin-right: 0;
 }
  .right-news {
      width: 100%;
 }
  .news-first-part {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
 }
  .left-news .news-box {
      display: flex;
      width: 100%;
      margin-bottom: 2rem;
      flex-wrap: wrap;
 }
  .left-news .news-box .news-image {
      width: 100%;
 }
  .left-news .news-box .news-contents {
      width: 100%;
 }
  .news-second-part {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: flex-start;
 }
  .news-second-part .news-box {
      flex-grow: 1;
      flex: auto;
      display: flex;
      width: 100%;
 }
  .right-news .news-box .news-image img {
      object-fit: cover;
      height: 230px;
 }
  .footer-contents {
      display: flex;
      align-items: flex-start;
      width: 100%;
      flex-wrap: wrap;
 }
  .inst-info {
      width: 100%;
      margin-bottom: 1rem;
 }
  .subsicribe-now {
      width: 100%;
 }
  .social-buttons-inst-footer {
      display: flex;
      justify-content: flex-end;
      width: 100%;
 }
  .social-buttons-inst-footer {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      margin-top: 1rem;
 }
  .slider-contents {
      max-width: 850px !important;
      width: 100% !important;
      margin: inherit !important;
      padding-left: 0px !important;
      position: relative;
      top: 0%;
      padding: 50px !important;
 }
  .rtl .slider-contents {
      max-width: 850px !important;
      width: 100% !important;
      margin: inherit !important;
      padding-right: 0px !important;
      position: relative;
      top: 0%;
      padding: 50px !important;
 }
  .tamer-institute-app .section.first-section div.slide-title, .tamer-institute-app .section.first-section p {
      max-width: initial;
      margin: 0px auto;
      text-align: left;
      color: #fff;
      font-size: 24px;
      line-height: 1.41;
      font-weight: 700;
 }

 .rtl .tamer-institute-app .section.first-section div.slide-title, .tamer-institute-app .section.first-section p {
  max-width: initial;
  margin: 0px auto;
  text-align: right;
  color: #fff;
  font-size: 24px;
  line-height: 1.41;
  font-weight: 700;
}
  .owl-stage-outer.owl-height {
      height: 450px !important;
 }
  .tamer-institute-app .section h1.section__title {
      margin-bottom: 20px;
      text-align: center;
      font-size: 24px;
      margin-top: 0 !important;
 }
  .owl-carousel.owl1.children-books-slider.owl-theme.section__cards-container.section__cards-slider.aos-init.owl-loaded.owl-drag.aos-animate .owl-stage-outer.owl-height {
      height: auto !important;
 }
}
.owl-item .first-section {
  height: 700px !important;
}
/* Styles Updated 30 10 2021 */
.cd-breadcrumb, .cd-multi-steps {
  background-color: #ffffff;
  border-radius: .25em;
  border: 1px solid #e9e9e9;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.rtl .cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: right;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
 /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
 /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li>*, .cd-multi-steps li>* {
 /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current>*, .cd-multi-steps li.current>* {
 /* selected step */
  color: #ed1a3b;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
 /* steps already visited */
  color: #ed1a3b;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
 /* replace the default separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(https://codyhouse.co/demo/breadcrumbs-multi-steps-indicator/img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.rtl .cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  transform: rotate(180deg) 
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
 /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type>*::before, .cd-multi-steps.custom-icons li.current:first-of-type>*::before {
 /* change custom icon for the current item */
  background-position: 0 -20px;
}
.rtl .cd-breadcrumb.custom-icons li.current:first-of-type>*::before, .cd-multi-steps.custom-icons li.current:first-of-type>*::before {
 /* change custom icon for the current item */
  background-position: 100% -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
  background-position: -60px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
 }
  .cd-breadcrumb li, .cd-multi-steps li {
      margin: 1.2em 0;
 }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
      margin: 0 1em;
 }
  .cd-breadcrumb li>*, .cd-multi-steps li>* {
      font-size: 1rem;
 }
}
/* inner page styles */
.rtl {
  direction: rtl;
  text-align: right;
}
.inner-title {
}
.inner-title h1 {
}
.inner-title p {
  width: 70%;
}
.pages-contents {
}
.pages-contents .boxes-items {
  display: flex;
  flex-wrap: wrap;
}
.pages-contents .boxes-items .item {
  width: 22%;
  margin: 1rem;
  /* border: 1px solid #e3e3e3; */
  border-radius: 0.25rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-contents .boxes-items .item a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.pages-contents .boxes-items .item img {height: 170px;width: auto;margin-bottom: 1rem;}
.pages-contents .boxes-items .item h2 {width: 100%;text-align: center;font-size: 1.2rem;font-weight: 700;color: #7a7a7a;}


.languages a {
  width: inherit;
}
.languages a img {
  width: 1.8rem;
  height: auto;
}




.search form {
  outline: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: flex;
}

.search form > .textbox {
  outline: 0;
  height: 42px;
  max-width: 400px;
  min-width: 250px;
  line-height: 42px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.search form > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}

.search form > .button {
  outline: 0;
  background: none;
  background-color: rgba(38, 50, 56, 0.8);
  float: left;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.search form > .button:hover {
  background-color: rgba(0, 150, 136, 0.8);
}


.search form button {
  margin: 4px !important;
  padding: 0.3rem 0.75rem;
  box-shadow: none;
}

.tamer-institute-app .header .logo-container .navbar-brand svg {
  width: 250px;
  height: auto;
}

.rtl .languages {
  margin-right: 3rem;
  margin-left: 1rem;
}


.languages {
  margin-left: 3rem;
  margin-right: 1rem;
}


.search {
  margin-left: auto;
  margin-right: unset;
}

.rtl .search {
  margin-right: auto;
  margin-left: unset;
}

.inst-title {
  display: flex;
  flex-wrap: wrap;
}

.inst-title a {
  width: 100%;
  margin-bottom: 0.5rem;
}

.relevent-links .items .item {
  margin-left: 0.5rem;
}
.relevent-links .items .item img {
  width: 2.4rem;
  background: white;
  border-radius: 50%;
  padding: 0.4rem;
}
.relevent-links .items {
  display: flex;
  flex-wrap: wrap;
}

.relevent-links h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.subsicribe-now h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.relevent-links .items .item a {
  width: inherit;
  height: inherit;
  display: flex;
}

.inst-info .contents .inst-img img {
  height: 80px;
}

.languages a {
  padding: 0.4rem;
  background: #00aced;
  color: white;
  border-radius: 0.25rem;
}


.inst-info .contents .inst-title a svg g path {
    fill: white;
}
.rtl .inst-info .contents .inst-title a svg {
    width: 1.2rem;
    height: auto;
    margin-left: 0.5rem;
}

.inst-info .contents .inst-title a svg {
    width: 1.2rem;
    height: auto;
    margin-right: 0.5rem;
}
.inst-info .contents .inst-title a {
    display: flex;
    align-items: center;
}

.menuzord-menu .logo-inner {
    width: 2rem;
    height: auto;
    display: none;
}


.menuzord-menu.fixed-to-top .logo-inner {
    width: 2rem;
    height: auto;
    display: block;
}

.rtl .menuzord-menu.fixed-to-top .logo-inner {
    margin-left: 2rem;
    margin-right: unset;
}


.menuzord-menu.fixed-to-top .logo-inner {
    margin-right: 2rem;
    margin-left: unset;
    }


.menuzord-menu.fixed-to-top .logo-inner svg {
    width: 2rem;
    height: auto;
}

.base-para {
        font-size: 18px;

}

.span-title {
        color: #ed1a3b;
        font-size: 36px;
}


.content-item {
    margin-bottom: 3rem;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
    margin-bottom: 5rem;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.faq .card .card-header .faq-title .badge {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #E91E63;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}



/*testimonials*/
.testim {
		width: 100%;
		background: #d04947;
		padding: 5rem 0;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ffffff;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.testim h1 {
    text-align: center;
    color: white;
}

section.fifth-section-about-us img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.card-img-top {
    height: 270px;
    object-fit: cover;
}

p.cards-container__card-par {
    height: 60px;
}

.under-development {
    background: #cf4945;
    padding: 1rem;
    color: white;
}

.under-development h2 {
    font-size: 1.4rem;
}


.banner-top {
    position: relative;
    width: 100%;
    height: 588px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.text-banner {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}


.text-banner p {
    color: white;
}
.text-banner h1 {
    color: white;
}

.card.family-item {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 8px 18px rgba(45, 62, 80, 0.04);
    margin-bottom: 1.5rem;
}

.social-media-family-item ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    margin-left: 0.5rem;
    border-radius: 50%;
}
.social-media-family-item ul {
    list-style: none;
    padding-right: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.social-media-family-item ul li a {
    color: #A5A5A5;
}


.card.family-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

h2.section-title {
    font-weight: 600;
    padding-bottom: 2rem;
}

.board-of-directors {
    padding: 3rem 0;
    background: #F9F9F9;
}

.card.family-item-other {
    border: 0;
}

.family-item-picture {
    position: relative;
    margin-bottom: 1rem;
}

.family-item-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 1rem;
}

.family-item-other .social-media-family-item {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    visibility: hidden;
}


.other-members {
    padding: 3rem 0;
}

.card.family-item-other h2 {
    font-size: 1.3rem;
}

.other-members .column {
    width: calc(20% - 2rem);
}

.other-members .row {
    gap: 1rem;
    justify-content: space-between;
    padding: 0 1rem;
}


.family-item-other:hover .social-media-family-item {
    visibility: visible;
}

.card.family-item h2 {
    font-size: 1.3rem;
    margin-bottom: 3px;
    color: black;
}

.card.family-item p {
    color: #464646;
}

.card.family-item-other h2 {
        font-size: 1.3rem;
    margin-bottom: 3px;
    color: black;
}


.card.family-item-other p {
    color: #464646;
}