/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, nav, .uppernav ul.info li, .uppernav ul.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .details .item-info .share a, .details .item-info .share, .show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Global
 *
 */
body {
  font-family: "Raleway", sans-serif;
}

a {
  color: #1d4d4f;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

button:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.section-padding {
  padding: 100px 0;
}

.section-intro {
  margin-bottom: 50px;
}
.section-intro h1 {
  color: #1d4d4f;
}

.show-more {
  width: fit-content;
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 16px;
}
.show-more:hover {
  color: #cb8e23;
}
.show-more:hover i {
  left: 15px;
}

.icon-position {
  position: relative;
  top: 1px;
  left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.note-danger {
  background-color: #feedef;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #db0000;
  line-height: 30px;
  margin-top: 50px;
}

.text-secondary {
  color: #1d4d4f !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, 0.75);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cb8e23;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d4d4f;
}

/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, nav, .uppernav ul.info li, .uppernav ul.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .details .item-info .share a, .details .item-info .share, .show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Global
 *
 */
body {
  font-family: "Almarai", sans-serif;
}

a {
  color: #1d4d4f;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

button:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}

.section-padding {
  padding: 100px 0;
}

.section-intro {
  margin-bottom: 50px;
}
.section-intro h1, .section-intro h2 {
  color: #1d4d4f;
}
.section-intro h2 {
  font-size: 40px;
}

.show-more {
  width: fit-content;
  display: block;
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 16px;
}
.show-more:hover {
  color: #cb8e23;
}
.show-more:hover i {
  right: 15px;
}

.icon-position {
  position: relative;
  right: 3px;
  display: block;
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, 0.75);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cb8e23;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d4d4f;
}

/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, nav, .uppernav ul.info li, .uppernav ul.info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .details .item-info .share a, .details .item-info .share, .show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Navbar Component
 *
 */
/*== Start Uppernav ==*/
.uppernav {
  padding: 20px;
  border-bottom: solid thin #777;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  direction: ltr;
}
.uppernav ul {
  margin: 0;
}
.uppernav ul.info li {
  margin-left: 20px;
  color: white;
  font-family: "Almarai", sans-serif;
}
.uppernav ul.info li span {
  margin-left: 10px;
  font-size: 14px;
}
.uppernav ul.info li i {
  font-size: 20px;
}
.uppernav ul.info li:first-child {
  margin-left: 0;
}
.uppernav ul.social-media {
  text-align: right;
}
.uppernav ul.social-media li {
  display: inline-block;
  margin: 0 10px;
}
.uppernav ul.social-media li a {
  color: white;
}
.uppernav ul.social-media li:hover i {
  color: #cb8e23;
}

/*== End Uppernav ==*/
/*== Start Navbar ==*/
nav {
  padding: 20px;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1000;
  direction: ltr;
}
nav .logo-container img {
  width: 85px;
}
nav .menu-container ul {
  direction: rtl;
}
nav .menu-container ul li {
  display: inline-block;
  margin: 0 15px;
  text-transform: capitalize;
}
nav .menu-container ul li a {
  color: white;
}
nav .menu-container ul li a:hover {
  color: #cb8e23;
}
nav .menu-container ul li .btn-language {
  border: solid thin white;
  color: white;
  padding: 5px 20px;
  font-family: "Almarai", sans-serif;
}
nav .menu-container ul li .btn-language:hover {
  background-color: #1d4d4f;
  border: solid thin #1d4d4f;
}
nav .menu-container .menu-icon {
  width: 37px;
  display: none;
}
nav .menu-container .menu-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 8px;
}
nav .menu-container .close-icon {
  color: white;
  font-size: 30px;
  display: none;
}
nav .menu-container .overlay {
  position: fixed;
  top: 0;
  left: -1600px;
  width: 100%;
  height: 100vh;
  background-color: #1d4d4f;
  opacity: 0.9;
  z-index: 99;
  display: none;
}

/*== Responsive ==*/
@media (max-width: 900px) {
  .uppernav ul.social-media li {
    margin: 0 7px;
  }
}
@media (max-width: 800px) {
  .uppernav {
    display: none;
  }
  nav {
    top: 0;
  }
  nav .menu-container .overlay, nav .menu-container .menu-icon {
    display: block;
  }
  nav .menu-container ul {
    position: fixed;
    top: 0;
    left: -1600px;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
    z-index: 100;
  }
  nav .menu-container ul li {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px 30px;
    width: fit-content;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  nav .menu-container ul li .btn-language {
    color: #1d4d4f;
    padding: 0;
  }
  nav .menu-container ul li .btn-language:hover {
    background-color: white;
    color: #cb8e23;
  }
  nav .menu-container ul li a {
    color: #1d4d4f;
  }
  nav .menu-container ul .close-icon {
    display: block;
    background-color: inherit;
  }
}
@media (max-width: 576px) {
  nav {
    padding: 4px;
  }
  .section-intro h1 {
    font-size: 35px;
  }
}
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .details .item-info .share a, .details .item-info .share, .show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Footer Component
 *
 */
footer .contact-intro {
  font-size: 50px;
  color: #cb8e23;
  text-align: center;
}
footer .btnContact {
  line-height: 55px;
  background-color: inherit;
  padding: 0 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid thin #1d4d4f;
  font-size: 14px;
  color: #1d4d4f;
  text-transform: capitalize;
}
footer .btnContact:hover {
  background-color: #1d4d4f;
  color: white;
}
footer .copyright {
  text-align: left;
  color: #717171;
}
footer ul.social-media {
  text-align: right;
}
footer ul.social-media li {
  display: inline-block;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  border: solid thin #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
footer ul.social-media li a {
  display: block;
  color: #1d4d4f;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer ul.social-media li:hover {
  background-color: #f7f7f7;
}

/*== Responsive ==*/
@media (max-width: 768px) {
  footer .container .row:nth-of-type(2) {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer .container .row:nth-of-type(2) .col-lg-6 {
    max-width: 100%;
  }
  footer .container .row:nth-of-type(2) .col-lg-6 ul.social-media, footer .container .row:nth-of-type(2) .col-lg-6 .copyright {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .contact-intro {
    font-size: 35px;
  }
  footer .copyright {
    font-size: 14px;
  }
}
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .details .item-info .share a, .details .item-info .share, .show-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Details Page
 *
 */
.details {
  direction: rtl;
  text-align: right;
}
.details .item-title {
  margin-bottom: 50px;
}
.details .item-title h1 {
  color: #1d4d4f;
}
.details .item-content iframe {
  width: 100%;
  height: 500px;
}
.details .item-content .image {
  width: 100%;
  height: 400px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.details .item-info {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #717171;
}
.details .item-info .views {
  font-weight: bold;
}
.details .item-info .views span:first-child {
  font-family: "Inter", sans-serif;
}
.details .item-info .share span {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 5px;
}
.details .item-info .share a {
  float: left;
  border: solid thin #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 5px 0 0;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.details .item-info .share a i {
  margin-right: 5px;
}
.details .item-info .share a:nth-of-type(1) {
  color: #3a589e;
  border: solid thin #3a589e;
}
.details .item-info .share a:nth-of-type(1):hover {
  background-color: #3a589e;
  color: white;
}
.details .item-info .share a:nth-of-type(2) {
  color: #429cd6;
  border: solid thin #429cd6;
}
.details .item-info .share a:nth-of-type(2):hover {
  background-color: #429cd6;
  color: white;
}
.details .item-info .share a:nth-of-type(3) {
  color: #25d366;
  border: solid thin #25d366;
}
.details .item-info .share a:nth-of-type(3):hover {
  background-color: #25d366;
  color: white;
}
.details .item-description p {
  white-space: pre-line;
}

/*== Responsive ==*/
@media (max-width: 768px) {
  .details .item-title h1 {
    font-size: 25px;
  }
  .details .item-content .image {
    height: 250px;
  }
  .details .item-content iframe {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .details .item-content .image, .details .item-content iframe {
    height: 200px;
  }
  .details .item-info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .details .item-info .share {
    margin-top: 10px;
    display: block;
  }
  .details .item-info .share span {
    display: block;
    margin-bottom: 10px;
  }
}
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .show-more, .details .item-info .share, .details .item-info .share a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Video Card Component
 *
 */
.videos {
  direction: rtl;
  text-align: right;
}
.videos .section-intro {
  text-align: center;
}
.videos .section-intro p {
  color: #717171;
}
.videos .item {
  margin-bottom: 50px;
}
.videos .item .item-header {
  position: relative;
  z-index: -1;
}
.videos .item .item-header img {
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.videos .item .item-header i {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
  -moz-transform: translate(-50%, 20%);
  -ms-transform: translate(-50%, 20%);
  -o-transform: translate(-50%, 20%);
  transform: translate(-50%, 20%);
}
.videos .item .item-body {
  background-color: white;
  -webkit-box-shadow: 0 2px 3px #f7f7f7;
  -moz-box-shadow: 0 2px 3px #f7f7f7;
  -o-box-shadow: 0 2px 3px #f7f7f7;
  box-shadow: 0 2px 3px #f7f7f7;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  width: 90%;
  margin-top: -60px;
  margin-right: 5%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.videos .item .item-body span {
  color: #717171;
  font-size: 12px;
}
.videos .item .item-body h3 {
  font-size: 22px;
  color: #1d4d4f;
  margin-top: 10px;
  text-transform: capitalize;
}
.videos .item:hover {
  cursor: pointer;
}
.videos .item:hover .item-body {
  margin-top: -80px;
}
.videos .item:hover .item-body h3 {
  color: #cb8e23;
}
.videos .show-more {
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  text-align: center;
}

/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .show-more, .details .item-info .share, .details .item-info .share a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .blogs .item, .details .item-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Blog Card Component
 *
 */
.blogs {
  direction: rtl;
  text-align: right;
}
.blogs .item {
  margin-bottom: 50px;
  width: 100%;
  height: 450px;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.blogs .item .item-body {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
  z-index: 2;
}
.blogs .item .item-body span {
  color: #dddddd;
  font-size: 13px;
}
.blogs .item .item-body h3 {
  color: white;
  line-height: 35px;
  margin-top: 10px;
  font-size: 28px;
  text-transform: capitalize;
}
.blogs .item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #2d3748 0%, transparent 100%);
  z-index: 1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.blogs .item:hover .item-body h3 {
  color: #cb8e23;
}
.blogs .sub-item {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px #ebebeb;
  -moz-box-shadow: 0 2px 5px #ebebeb;
  -o-box-shadow: 0 2px 5px #ebebeb;
  box-shadow: 0 2px 5px #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
  height: 96px;
  border-right: solid 4px #cb8e23;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blogs .sub-item h3 {
  font-size: 20px;
  color: #1d4d4f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs .sub-item span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 13px;
  color: #717171;
}
.blogs .sub-item:hover h5 {
  color: #cb8e23;
}

/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .sub-header .content .page-path, .show-more, .details .item-info .share, .details .item-info .share a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .sub-header, .details .item-content .image, .blogs .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Sub Header Component
 *
 */
.sub-header {
  position: relative;
  height: 500px;
  -webkit-background-image: url("../../../images/bg/bg-4.jpg");
  -moz-background-image: url("../../../images/bg/bg-4.jpg");
  -o-background-image: url("../../../images/bg/bg-4.jpg");
  background-image: url("../../../images/bg/bg-4.jpg");
}
.sub-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sub-header .content .page-title {
  font-size: 50px;
  color: white;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: center;
}
.sub-header .content .page-path {
  color: #dddddd;
  text-transform: capitalize;
  text-align: center;
  direction: ltr;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.sub-header .content .page-path i {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sub-header:after {
  content: "";
  background-color: rgba(34, 34, 34, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*== End Sub Header ==*/
/*== Start Section Up ==*/
.section-up {
  position: relative;
  top: -150px;
  width: 90%;
  margin-inline: auto;
  z-index: 3;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 50px 0;
}

/*== Responsive ==*/
@media (max-width: 768px) {
  .section-up {
    width: 100%;
    left: 0;
  }
  .section-up .section-intro h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .sub-header .content {
    width: 100%;
  }
}
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Mixin Component
 *
 */
/*
 *
 * Extend Component
 *
 */
.dFlexStartCenter, .uppernav ul.info, .uppernav ul.info li, nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterCenter, .show-more, .details .item-info .share, .details .item-info .share a, .sub-header .content .page-path {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexAroundCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexBetweenCenter, .details .item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexEndCenter, nav .menu-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.dFlexCenterStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.backgroundImage, .details .item-content .image, .blogs .item, .sub-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

/*
 *
 * Variables
 *
 */
.bg-grey-3 {
  background-color: #f7f7f7;
}

.textPrimary {
  color: #cb8e23;
}

.textSecondary {
  color: #1d4d4f;
}

.error {
  color: red;
}

/*
 *
 * Accordion Component
 *
 */
.accordion .card {
  border: none;
}
.accordion .card .card-header button {
  text-align: right;
  color: #cb8e23;
}
.accordion .card .card-header button:hover {
  color: #1d4d4f;
}
.accordion .card .card-body {
  text-align: right;
}

/*# sourceMappingURL=app.ar.css.map */
