/* Apply font */

* {
  font-family: myriadpro;
}
.petra_ar_text {
  font-family: noor-font;
  font-weight: 400;
}
/* Apply Colors */
:root {
  --vinaceous: #16529e;
}
.petra_faculty_tabs_items.petra_faculty_news_tabs_items a
{
  text-decoration: none;
}
.all_img_cards .row
{
  justify-content: center;
}
.petra_faculty_nav_links span a
{
  color: #ffffff !important;
  cursor: pointer;
}
.centered_content_boxes
{
  justify-content: center;
}
.petra_faculty_header_slider .carousel-indicators button
{
  min-height: 3%;
  min-width: 3%;
}
body {
  padding-top: 0;
  text-align: left;
  background-color: #f9f6ef !important;
}
.social_media a
{
  text-decoration: unset;
}

/* Adjust CONTAINER size */
@media (min-width: 1920px) {
  .container {
    max-width: 1500px !important;
  }
}
.petra_faculty_gallery_list .row
{
  justify-content: center;
}
/* Night mode */
.active-BW {
  -webkit-filter: grayscale(100%) brightness(95%) contrast(120%);
  -o-filter: grayscale(100%) brightness(95%) contrast(120%);
  -ms-filter: grayscale(100%) brightness(95%) contrast(120%);
  -moz-filter: grayscale(100%) brightness(95%) contrast(120%);
  filter: grayscale(100%) brightness(95%) contrast(120%);
}
/* Petra header styles */
.petra_faculty_header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #16529e;
}

.petra_faculty_nav {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  height: auto;
  justify-content: space-between;
}

.faculty_logo_name h1 {
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  max-width: 200px;
  color: #fff;
  vertical-align: middle;
  margin-left: 20px;
}

.petra_logo {
  margin-right: 20px;
}

.petra_logo:after {
  content: "";
  border-right: 2px solid #ccc;
  display: inline-block;
  height: 54px;
  vertical-align: middle;
  padding: 10px;
}

.petra_faculty_nav_links span a {
  color: #e7e9e9;
  text-decoration: unset;
  font-size: 18px;
  font-weight: 400;
}
.petra_faculty_nav_links span {
  margin-left: 35px;
}
.petra_faculty_nav_accessibility span {
  display: inline-block;
  margin: 7px;
}

.petra_faculty_nav_accessibility svg text {
  font-size: 18px;
  transform: translate(-14px, 7px);
}

.petra_faculty_nav_accessibility span {
  margin: 0;
  margin-right: 7px;
}

.petra_faculty_nav_accessibility span:hover {
  cursor: pointer;
}

span.petra_menu_span {
  display: none;
}
.bg_layer {
  width: 100%;
  height: 100%;
  background-color: #00000030;
  position: absolute;
  z-index: 9;
}
/* End of Petra header styles */
/* Petra Main Slider */
.petra_faculty_header_slider .carousel-indicators button {
  width: 9px;
  height: 9px;
  background-color: #ffffff75;
  opacity: 1;
}

.petra_faculty_header_slider .carousel-item img {
  width: 100%;
  height: 100%;
}

.petra_faculty_header_slider .carousel-indicators button.active {
  background-color: #ffffff33;
}
.petra_faculty_header_slider .carousel-inner {
  height: 100%;
}
.right_menu {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 42%;
}

.r_layer {
  width: 100%;
  height: 100%;
  background-color: rgb(22 82 158 / 62%);
  position: absolute;
  z-index: 1;
}

.section_name {
  position: relative;
  transform: translate(55%, 60%);
  z-index: 9;
}
.petra_side_col a {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 20px;
}
.petra_side_col a:hover:before {
  transform: scale(1.3);
  position: relative;
}
.section_name h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-left: 0;
  width: 300px;
  display: inline-block;
}

.section_specs p {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0px;
  width: 112px;
  text-align: center;
  height: 27px;
  margin-right: 10px;
}

.section_specs {
  margin-top: 15px;
}

span.petra_side_col {
  margin-top: 40px;
  display: block;
}

.section_specs p:hover {
  background-color: #fff;
  cursor: pointer;
  color: #000;
}

.petra_side_col a:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  background-size: 13px 14px;
  transition: 0.5s all;
}
/* END Petra Main Slider */
/* Petra Site Menu */
.petra_site_menu {
  background-color: var(--vinaceous);
  width: 100%;
  box-shadow: 0 3px 10px;
}
#petra_accordion
{
  
}
.petra_site_menu_links span p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  height: 72px;
  padding: 0px 8px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  cursor: default;
}

.petra_site_menu_links {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: space-between;
}
.petra_site_menu_dropdown_content a::after
{
  content: "";
  border: 1px solid #ffffff;
  position: relative;
  bottom: -7px;
  display: block;
  width: 100%;
  opacity: .1;
}
.petra_site_menu_dropdown {
  position: relative;
}

.petra_site_menu_dropdown_content {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  background-color: rgb(22 82 158/ 65%);
  min-width: 270px;
  z-index: 9;
  border-radius: 0px 20px 20px 20px;
}

.petra_site_menu_dropdown_content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 15px;
}

.petra_site_menu_dropdown:hover .petra_site_menu_dropdown_content {
  display: block;
  backdrop-filter: blur(6px);
}
.petra_site_menu_dropdown_content a:last-child {
  border-bottom: unset;
}
/* END Petra Site Menu */
/* Petra faculty description */
.petra_faculty_desc {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.petra_faculty_desc_content h3 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
.petra_faculty_desc_content p {
  font-size: 22px;
  font-weight: 100;
  color: #fff;
}
.petra_faculty_video {
  position: relative;
  height: 100%;
  width: 100%;
}

.petra_site_menu_dropdown:hover {
  background-color: rgba(80, 66, 89, 75%);
}

.petra_faculty_video .play_img {
  position: absolute;
  left: 45%;
  top: 40%;
}

.petra_faculty_video .faculty_img {
  opacity: 50%;
}

.petra_faculty_desc_content {
  padding-bottom: 1rem;
}

.petra_faculty_desc_content .petra_faculty_desc_link {
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  margin-top: 115px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 250px;
  height: auto;
  text-align: center;
  text-decoration: unset;
  padding: 8px 0;
}
.petra_faculty_sections_mange1 .petra_faculty_sections_mange_content h2 {
  color: #000;
}

section.petra_faculty_sections_mange1 {
  margin-top: 120px;
}

section.petra_faculty_sections_mange1 .petra_faculty_sections_mange_boxes {
  background-color: #16529e;
}

section.petra_faculty_sections_mange1 .petra_faculty_sections_mange_boxes h3 {
  color: #fff;
}

section.petra_faculty_sections_mange1 .petra_faculty_sections_mange_boxes p {
  color: #fff;
}

.petra_faculty_sections_mange1 .petra_faculty_sections_mange_boxes_links a {
  color: #fff;
}

.petra_faculty_sections_mange1
  .petra_faculty_sections_mange_boxes_links
  a:before {
  filter: unset;
}

.petra_faculty_desc_content .petra_faculty_desc_link:hover:before {
  transform: scale(1.3);
  position: relative;
}

.petra_faculty_desc_content .petra_faculty_desc_link:before {
  content: unset;
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transform: rotate(180deg);
}
section.petra_faculty_sections_mange {
  background-color: #16529e;
  margin-top: 120px;
  height: auto;
}

.petra_faculty_sections_mange {
  padding: 100px 0;
}
.petra_faculty_desc_link:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  filter: invert(1);
}
.petra_faculty_desc_link:hover:before {
  transform: scale(1.3);
  position: relative;
}
.petra_faculty_sections_mange_content h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 80px;
}
.petra_faculty_sections_mange_boxes_links a:hover {
  color: #16529e !important;
}
.petra_faculty_sections_mange_boxes {
  background-color: #f9f6ef;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
}

.petra_faculty_sections_mange_boxes_links {
  flex: 100%;
  margin-top: 20px;
}

.petra_faculty_sections_mange_boxes h3 {
  flex: 25%;
  font-size: 34px;
}

.petra_faculty_sections_mange_boxes p {
  flex: 50%;
  font-size: 20px;
  color: #16529e;
  font-weight: 400;
}

.petra_faculty_sections_mange_boxes_links a {
  font-size: 20px;
  display: inline-block;
  color: #16529e;
  margin-right: 16%;
}
.petra_faculty_desc_content .petra_faculty_desc_link:hover:before {
  transform: rotate(180deg) scale(1.3);
  position: relative;
}
.full_width_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--vinaceous);
}

.petra_faculty_name_desc {
  overflow: hidden;
  position: relative;
  height: auto;
  background-color: #16529e;
  padding: 50px 0;
}

.petra_faculty_name p {
  font-size: 65px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.petra_faculty_name h1 {
  font-size: 65px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.petra_faculty_name {
  margin-top: 2rem;
}

.petra_faculty_nav_accessibility .active_access svg path {
  fill: #fff;
}

.petra_faculty_nav_accessibility .active_access svg g {
  fill: #fff;
}

.petra_faculty_nav_accessibility .active_access svg text {
  stroke: #000;
}

.petra_faculty_nav_accessibility span svg:hover text {
  stroke: #000;
}

.petra_faculty_nav_accessibility span svg:hover path {
  fill: #fff;
}

.petra_faculty_nav_accessibility span svg:hover g {
  fill: #fff;
}

.petra_logo_faculty {
  flex: 1;
}

.petra_faculty_nav_accessibility {
  margin-left: 70px;
}

/* END petra faculty description */
/* Petra Faculty Programs Slider style */
.sections_projects_items_content {
  position: absolute;
  max-width: 650px;
  left: 22%;
  top: 25%;
}
section.sections_projects {
  margin-top: 230px;
}
.sections_projects_items_icon {
  position: absolute;
  top: -50px;
  left: 60px;
}

.sections_projects_slider .slick-track {
  right: -750px;
}
.sections_projects_items {
  position: relative;
}

.sections_projects_items_content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.sections_projects_items_content h3 {
  margin: 30px 0;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
}

.sections_projects_items_content p {
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  font-weight: 400;
}
.sections_projects .centered_btn a {
  background-color: #16529e;
}
.img_card_sec1 .centered_btn a {
  background-color: #16529e;
}
section.img_card_sec1.img_card_sec {
  background-color: unset;
  padding-top: unset;
}
/* Petra Videos */
.petra_videos {
  margin-top: 300px;
  background-color: var(--vinaceous);
  padding: 130px 0 60px;
}

.petra_videos_boxes {
  display: flex;
  justify-content: center;
  width: 100%;
}

.petra_videos_small_boxes {
  display: flex;
  justify-content: space-between;
}

.petra_videos_items {
  margin-left: 25px;
  height: 100%;
}

.petra_videos_items img {
  width: 100%;
}

/* image cards */
.img_overlay {
  width: 100%;
  height: 400px;
  background-color: rgb(45 30 57 / 60%);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  border-radius: 20px 20px 0 0;
}

.all_img_cards {
  margin-top: 40px;
}
.img_card_sec {
  margin-top: 100px;
  min-height: unset;
  background-color: var(--vinaceous);
  padding-bottom: 60px;
  padding-top: 230px;
}
.img_card {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 0;
  margin-bottom: 35px;
}
.img_card_content h2 {
  font-weight: 700;
  font-size: 17px;
  margin: 15px 0;
  color: #000;
}
.img_card_content p {
  font-weight: 400;
  font-size: 16px;
  max-width: 225px;
  margin: 0 auto;
  text-align: justify;
}
.img_card_img img {
  /* margin: 0 auto; */
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.img_card_img {
  height: 240px;
  position: relative;
}

.img_card_content {
  height: 130px;
  text-align: center;
}
.img_card_desc h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
}
.img_card_desc p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.fix_width {
  margin: 0 auto;
}

.petra_faculty_programs {
  margin-top: 120px;
}

.programs_slider_items:hover {
  background-image: url(../images/porgram_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.programs_slider_items:hover h3 {
  color: #fff;
}

.programs_slider_items:hover a {
  color: #fff;
}

.programs_slider_items:hover a:before {
  filter: invert(1);
}

.programs_slider_items:hover a:before {
  animation: programs_slider_items_hover_invert 0.3s ease-out 0s forwards;
}

@keyframes programs_slider_items_hover_invert {
  0% {
    filter: invert(0);
  }

  100% {
    filter: invert(1);
  }
}

.programs_slider_items:hover a,
.programs_slider_items:hover h3 {
  animation: programs_slider_items_hover 0.3s ease-out 0s forwards;
}

@keyframes programs_slider_items_hover {
  0% {
    color: #000;
  }

  100% {
    color: #fff;
  }
}

.programs_slider_items {
  margin-right: 10px;
  padding: 20px 25px 20px 0;
}

.programs_slider_items h3 {
  font-size: 32px;
  font-weight: 400;
  color: #000;
  margin: 0;
  height: 150px;
}

.programs_slider_items_links a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  position: relative;
}

.programs_slider_items_links a:hover {
  cursor: pointer;
  color: #fff !important;
}

.programs_slider_items_links a:before {
  content: "";
  background-image: url(../images/slider_links_icon.svg);
  height: 9px;
  width: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 1px;
  transform: rotate(180deg);
}

.programs_slider_items_links a:hover:before {
  transform: rotate(180deg) scale(1.3);
  position: relative;
  left: 5px;
}
.programs_slider .slick-prev,
.programs_slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 25%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.programs_slider .slick-next {
  right: -65px;
}

.programs_slider .slick-prev {
  left: -65px;
}

.programs_slider .slick-arrow:before {
  content: "";
  background-image: url(../images/slider_arrow.svg);
  width: 40px;
  height: 45px;
  display: block;
  background-repeat: no-repeat;
}

.programs_slider .slick-disabled:before {
  background-image: url(../images/disabled_arrow.svg);
}

.programs_slider .slick-arrow.slick-next.slick-disabled:before {
  transform: rotate(180deg);
}
.programs_slider .slick-prev:before {
  transform: rotate(180deg);
}
.programs_slider .slick-arrow.slick-prev.slick-disabled:before {
  transform: rotate(0deg);
}
.petra_faculty_sections {
  display: flex;
  align-items: center;
}

.petra_faculty_sections_title h2 {
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.petra_faculty_sections_title {
  background-color: var(--vinaceous);
  border-radius: 20px;
  padding: 10px 25px;
  width: 25.5%;
  height: 75px;
  line-height: 1.5;
}

.petra_faculty_nav_links span a:hover {
  text-decoration: none;
}

.blur_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(5px);
  z-index: 1;
}

.petra_faculty_sections_slider_type {
  display: inline-block;
  margin-inline-start: 65px;
}

.petra_faculty_sections_slider_type a {
  font-size: 20px;
  font-weight: 100;
  color: #c1c1c1 !important;
  display: inline-block;
  margin: 0 25px;
  text-decoration: underline !important;
}

.petra_faculty_sections_slider_type a:hover {
  cursor: pointer;
}

.petra_faculty_sections_slider_type .active_program_slider {
  color: #471414 !important;
  font-weight: 700 !important;
}

.programs_slider_items_links a:before {
  transform: rotate(180deg);
}

.programs_slider_items_links {
  direction: rtl;
}

.programs_slider {
  margin-top: 70px;
}
.petra_faculty_single_program_details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.petra_faculty_single_program_details a {
  flex: 50%;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  padding-bottom: 10px;
}

.petra_faculty_single_program_details a:nth-child(2n) {
  flex: 50%;
}

.petra_faculty_single_programs {
  margin-top: 120px;
}

.petra_faculty_single_program_box {
  background-color: var(--vinaceous);
  padding: 30px 100px 20px;
  border-radius: 20px;
  margin-top: 30px;
}

.petra_faculty_single_program_box h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  height: 50px;
}

.petra_faculty_single_program_details a:hover img {
  transform: scale(1.4);
}

.petra_faculty_single_program_box h2:hover {
  font-size: 53px;
}

.petra_faculty_single_program_box h2 span {
  font-size: 25px;
}

.petra_faculty_single_program_details a:hover {
  color: #fff;
}

.petra_faculty_single_program_details a img {
  margin-right: 10px;
  vertical-align: middle;
}

.petra_faculty_details_description_box_content a {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  margin-top: 40px;
  display: block;
  width: fit-content;
}

section.sections_projects .slick-track {
  left: 750px;
}

.petra_faculty_details_description_box_content a:hover:before {
  transform: scale(1.3);
  position: relative;
  left: 5px;
}

.petra_faculty_details_description_box_content a:hover {
  color: #fff;
}

.petra_faculty_details_description_box_content a:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.petra_faculty_details_description {
  margin-top: 30px;
  background-color: var(--vinaceous);
  padding: 115px 0px 60px;
}
span.petra_faculty_desc_content1 h3 {
  font-size: 32px;
  color: #000;
  margin-bottom: 40px;
  font-weight: 400;
}
span.petra_faculty_desc_content1 p {
  font-size: 20px;
  color: #000;
  line-height: 33px;
  font-weight: 100;
  max-width: 92%;
  text-align: justify;
}
.petra_faculty_name_desc1 .petra_faculty_video .faculty_img {
  opacity: 1;
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.petra_faculty_details_description_box {
  display: flex;
}
.faculty_caption_icon img {
  width: 52px;
}
.petra_faculty_details_description_box_content p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin: 0;
  max-width: 1060px;
  line-height: 40px;
  text-align: justify;
}
span.petra_faculty_details_description_box_content h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 32px;
}
.petra_accordion_item .accordion-button::after p {
  color: #fff;
  font-size: 28px;
  font-weight: 100;
  margin: 0;
}

.petra_faculty_details_description_box_content {
  margin: 20px;
  margin-top: 30px;
  margin-right: 0;
}

.accordion-button::after {
  margin-right: unset !important;
  margin-left: auto;
}

.petra_accordion_item .accordion-button {
  background-color: #16529e !important;
  color: #fff !important;
  font-size: 24px;
  font-weight: 400;
  padding: 14px 58px;
  border-radius: 20px;
  box-shadow: unset !important;
}

.accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
}

.petra_accordion_item {
  margin-bottom: 15px;
}

.petra_faculty_accordion {
  margin-top: 120px;
}

.petra_accordion_item .accordion-button::after {
  background-image: url(../images/overview_icon.svg);
  height: 23px;
}

.petra_accordion_item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/overview_icon.svg);
  transform: rotate(90deg);
}

.petra_accordion_item .accordion-button:not(.collapsed) {
  background-color: #16529ebf !important;
}

.petra_faculty_tabs_content a {
  font-size: 24px;
  color: #fff !important;
  font-weight: 400;
  margin: 0;
  opacity: 50%;
}

.petra_faculty_tabs_content .active_tab a {
  opacity: 1;
}

.faculty_tabs {
  display: flex;
}

.petra_faculty_news {
  margin-top: 120px;
  min-height: 510px;
}

.petra_faculty_tabs_content {
  border-radius: 20px;
  background-color: hsl(273deg 31% 17% / 75%);
  height: 72px;
  display: flex;
}

.petra_faculty_tabsAN_items {
  margin-right: 40px;
  position: relative;
  width: 50%;
  height: 550px;
  margin-bottom: 200px;
}

.petra_faculty_tabs_content span {
  text-align: center;
  display: inline-block;
  width: 50%;
  background-color: #47141400;
  height: 72px;
  padding-top: 18px;
}

.petra_faculty_tabs_content .active_tab {
  background-color: var(--vinaceous);
  border-radius: 20px;
}

.petra_faculty_tabs_items .petra_faculty_tabs_items_img p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  line-height: 1;
  max-width: unset;
}

.petra_faculty_tabs_items p {
  color: #5291aa;
  font-size: 18px;
  margin: 0;
  max-width: 510px;
  font-weight: 400;
  line-height: 35px;
}

.petra_faculty_tabs_items h6 {
  font-size: 16px;
  color: #929292;
  text-align: right;
}

.petra_faculty_events_tabs_items .petra_faculty_tabs_items h6 {
  font-size: 16px;
  color: #929292;
  text-align: left;
  margin-top: 5px;
}

.petra_faculty_events_tabs_items .petra_faculty_tabs_items h6 span {
  margin-left: 30px;
}

.petra_faculty_tabs_items {
  margin: 40px 0px;
  max-width: 470px;
}

.petra_faculty_tabs_items.petra_faculty_news_tabs_items {
  display: flex;
}

.news_tab {
  display: none;
}

.workshops_tab {
  display: none;
}

.petra_faculty_tabs_items img {
  margin-right: 35px;
    min-width: 140px;
    max-width: 140px;
    object-fit: cover;
    height: 120px;
    border-radius: 20px;
    border: 4px solid var(--vinaceous);
}

.petra_faculty_tabs_items_date {
  background-color: var(--vinaceous);
  width: 44px;
  height: 46px;
  border-radius: 10px;
  position: absolute;
  bottom: -15px;
  right: 25px;
  text-align: center;
  padding: 6px;
}

.petra_faculty_tabs_items_img {
  position: relative;
}

.petra_faculty_tabs_items .petra_faculty_tabs_items_img p span {
  font-size: 8px;
  display: block;
  margin: 0;
  max-width: 43px;
  line-height: 1;
  margin-top: 1px;
}


.petra_faculty_events_tabs_items_btn a {
  color: #fff;
  text-align: center;
  text-decoration: unset;
  background-color: var(--vinaceous);
  padding: 13px;
  font-size: 22px;
  border-radius: 20px;
  margin: 0 auto;
  height: auto;
  width: 260px;
  display: inline-block;
  line-height: 1.2;
}

.petra_faculty_events_tabs_items_btn {
  margin: 40px auto;
  width: 100%;
  position: absolute;
  text-align: center;
}

.petra_faculty_centered {
  background-color: var(--vinaceous);
  padding: 80px 0 100px;
  margin-top: 120px;
}
.centered_content_box_img {
  overflow: hidden;
  width: 100%;
  height: fit-content;
  border-radius: 20px 20px 0px 0px;
}
.centered_content_box_img img {
  height: 100%;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.centered_content_box_img img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.centered_image {
  text-align: center;
}

.centered_content_title h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
}

.centered_content_title p {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-top: 60px;
  padding: 0px 90px;
}

.centered_content_title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

.centered_content_boxes {
  display: flex;
}

.centered_content_boxes span {
  margin-right: 20px;
  width: 33%;
}

.centered_content_box_desc {
  background-color: #fff;
  padding: 23px 35px 0 25px;
  height: 270px;
  border-radius: 0px 0px 20px 20px;
}

.centered_content_box_desc h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--vinaceous);
  height: 60px;
}

.centered_content_box_desc p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin-top: 0px;
  line-height: 25px;
}

.centered_btn {
  text-align: center;
  margin-top: 100px;
}

.centered_btn a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-decoration: unset;
  border-radius: 15px;
  padding: 13px;
  text-align: center;
  width: 260px;
  height: auto;
  display: inline-block;
  line-height: 1.3;
}

.petra_faculty_facilities .centered_content_title p a {
  color: #000;
}

.petra_faculty_facilities .centered_content_title p a:hover {
  color: #000 !important;
}

.petra_faculty_centered.petra_faculty_facilities .centered_content_boxes {
  flex-wrap: wrap;
  width: 100%;
}

.petra_faculty_facilities .centered_content_box img {
  border-radius: 20px;
  width: 100%;
}

.centered_content_boxes span:nth-child(3n) {
  margin-left: 0;
}

.petra_faculty_centered.petra_faculty_facilities {
  background-color: #f9f6ef;
}

.petra_faculty_facilities .centered_content_title h2 {
  color: #000;
}

.petra_faculty_facilities .centered_content_title p {
  color: #000;
}

.petra_faculty_facilities .centered_content_boxes span {
  margin-bottom: 35px;
  flex: 30%;
  position: relative;
}

.petra_faculty_facilities .centered_content_box:hover .color_layer {
  background-color: var(--vinaceous);
  opacity: 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.facilities_box_layer {
  display: none;
}

.petra_faculty_facilities .centered_content_box:hover .facilities_box_layer {
  position: absolute;
  right: 32px;
  top: 30px;
  display: block;
}

.facilities_box_layer h3 {
  color: #fff;
  font-size: 54px;
  max-width: 140px;
  display: block;
}

.facilities_box_layer a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.facillities_gallery_items_content h2 {
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.facillities_gallery_items_content p {
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  margin-top: 10px;
  padding-right: 30px;
  line-height: 34px;
}

.facillities_gallery_items_single .facillities_gallery_items_content p {
  margin: 0 auto;
}

.facillities_gallery_items_content {
  margin-bottom: 20px;
  text-align: justify;
}

.petra_faculty_gallery_list {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgb(22 82 158/ 95%);
  text-align: center;
  transition: 0.8s;
  z-index: 9;
  top: 0;
}

.facillities_gallery_items_content h2:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
  left: -20px;
  position: relative;
}

.petra_faculty_gallery_image {
  position: relative;
}
.petra_faculty_gallery_list .centered_btn {
  margin-top: unset;
}
.petra_faculty_gallery {
  position: relative;
  overflow-x: hidden;
  height: auto;
}

.petra_faculty_gallery_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.petra_faculty_gallery.petra_faculty_gallery_single
  .petra_faculty_gallery_list {
  padding-top: 0;
}

.facillities_gallery_items_content a {
  color: #fff !important;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: unset;
  width: auto;
  height: auto;
  text-align: justify;
  line-height: 1.5;
}

.facillities_gallery_items_content h2:hover:before {
  transform: scale(1.3);
}

.facillities_gallery_items_single_content h2:before {
  content: unset;
}

.facillities_gallery_items_single_content p {
  padding: 0;
}

.visible_section .petra_faculty_gallery_list {
  animation: gallery_list_animate 1.5s ease-out 0.5s forwards;
}

@keyframes gallery_list_animate {
  0% {
    transform: translateX(9999px);
  }

  100% {
    transform: translateX(0);
  }
}

.visible_section .petra_faculty_gallery_image {
  animation: gallery_img_animate 1s ease-out 0s forwards;
}

@keyframes gallery_img_animate {
  0% {
    transform: translateX(-9999px);
  }

  100% {
    transform: translateX(0);
  }
}

/* End Petra Faculty Programs Slider style */
.images_gallery_items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.images_gallery_items .images_gallery_items_centered img {
  margin-bottom: 25px;
}

.images_gallery_items img {
  margin: 0 15px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.15);
}

.petra_faculty_image_gallery {
  margin: 100px 0;
}

.visible_section .images_gallery_items {
  animation: images_gallery_items_animate 1s ease-out 0.5s forwards;
  opacity: 10%;
}

.photo_gallery {
  text-align: center;
  margin-top: 60px;
}

.photo_gallery a {
  color: #fff;
  background-color: var(--vinaceous);
  padding: 10px;
  border-radius: 20px;
  text-decoration: unset;
  font-weight: 400;
  font-size: 22px;
  display: inline-block;
  width: 260px;
  height: 55px;
  text-align: center;
}

@keyframes images_gallery_items_animate {
  0% {
    opacity: 10%;
  }

  100% {
    opacity: 100%;
  }
}

.visible_section .images_gallery_items .images_gallery_left {
  animation: images_gallery_items_animateL 1s ease-out 0.5s forwards;
  left: -250px;
}

@keyframes images_gallery_items_animateL {
  0% {
    left: -250px;
  }

  100% {
    left: 7px;
  }
}

.visible_section .images_gallery_items .images_gallery_right {
  animation: images_gallery_items_animateR 1s ease-out 0.5s forwards;
  right: -250px;
}

@keyframes images_gallery_items_animateR {
  0% {
    right: -250px;
  }

  100% {
    right: 7px;
  }
}

.visible_section .images_gallery_items .images_gallery_top {
  animation: images_gallery_items_animateT 1s ease-out 0.5s forwards;
  top: -150px;
}

@keyframes images_gallery_items_animateT {
  0% {
    top: -150px;
  }

  100% {
    top: 0;
  }
}

.visible_section .images_gallery_items .images_gallery_bottom {
  animation: images_gallery_items_animateB 1s ease-out 0.5s forwards;
  bottom: -150px;
}

@keyframes images_gallery_items_animateB {
  0% {
    bottom: -150px;
  }

  100% {
    bottom: 0;
  }
}

.visible_section .photo_gallery a {
  animation: photo_gallery_btn 1s ease-out 1.5s forwards;
  opacity: 0;
}

@keyframes photo_gallery_btn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.petra_faculty_honorary_board {
  margin-top: 120px;
}

.honorary_board_content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.honorary_board_content p {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 0;
}

.honorary_board_items {
  margin-top: 40px;
}

.phonorary_board_items_content p {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  display: inline-block;
  max-width: 120px;
  margin-bottom: 0;
}
.phonorary_board_items_content:nth-child(5n) {
  margin-left: 0;
}
.phonorary_board_items_content {
  background-color: var(--vinaceous);
  margin-right: 20px;
  width: 201px;
  max-height: 93px;
  padding: 15px 10px;
  border-radius: 20px;
  display: inline-flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
}

.phonorary_board_items_number {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  vertical-align: super;
}

.petra_faculty_achieve .centered_content_title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.petra_faculty_testimonials {
  margin-top: 100px;
  background-color: var(--vinaceous);
  background-repeat: no-repeat;
  padding: 100px 0 55px;
  background-size: 100% 100%;
}
.testimonials_items1 {
  display: flex;
  align-items: center;
  justify-content: center;
    background: #16529e;
}
.testimonial_item1.col
{
  flex: 0 0 0% !important;
}
.testimonial_item1 img {
  filter: grayscale(1);
}
.testimonial_item img {
  object-fit: cover;
  border-radius: 20px;
}
@keyframes testi_anim1 {
  0% {
    width: 240px;
    height: 310px;
  }

  100% {
    width: 200px;
    height: 210px;
  }
}
.testimonial_item img:hover {
  cursor: pointer;
}

.testimonial_item {
  margin: 0 10px;
  filter: grayscale(1);
}

.testimonial_item.testimonial_active img {
  border-radius: 30px;
  margin-left: -20px;
}
@keyframes testi_anim {
  0% {
    width: 200px;
    height: 210px;
  }

  100% {
    width: 240px;
    height: 310px;
  }
}
.testimonial_slider {
  display: flex;
  align-items: flex-end;
}

.testimonial_item_flex_content {
  display: flex;
  position: relative;
  min-height: 200px;
}

.testimonial_item_flex_content p {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin-right: 30px;
  margin-top: 30px;
  line-height: 50px;
}

.testimonial_item_content {
  margin-top: 80px;
}

.testimonial_item_content h6 {
  font-size: 20px;
  text-align: left;
  color: #fff;
  font-weight: 100;
}

.testimonial_item_content a {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.testimonial_item_content a img {
  margin-right: 20px;
  transform: rotate(180deg);
}

.testimonial_item.testimonial_active {
  filter: unset;
  position: relative;
  bottom: -15px;
}
.testimonial_slider .owl-stage {
  display: flex;
  align-items: flex-end;
  padding: 15px 0px;
  height: 340px;
}
.faculty_footer {
  background-color: #3c3a3a;
  padding: 75px 0px;
}

.footer_icons_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_icons {
  margin-bottom: 60px;
}

.footer_map_content p {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 38px;
}

.footer_map {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer_map_image img:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}

.footer_content_links a:hover {
  background-color: #fff;
  color: #000 !important;
}

.footer_content_links a:hover:before {
  filter: invert(1);
  transform: scale(1.3);
  position: relative;
  left: 10px;
}

.footer_content_contact h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.footer_content_contact {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  line-height: 30px;
}

.footer_map_content {
  margin-top: -20px;
  margin-right: 0px;
}

.footer_content_contact p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
}

.footer_content_contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  /* flex: 51%; */
}

.footer_content_links a {
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  text-decoration: unset;
  display: block;
  border: 2px solid #fff;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 5px 120px 1px 0px;
  height: auto;
  line-height: 1.2;
}

.footer_content_links a:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 11px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  margin-left: 10px;
  background-size: 10px 11px;
}

.more_contact:hover:before {
  transform: scale(1.3);
  position: relative;
  left: 5px;
}

.more_contact:before {
  content: "";
  background-image: url(../images/overview_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
  background-size: 10px 12px;
}

.footer_icons_items img {
  filter: brightness(0) invert(1);
  transition: 0.3s all;
}


.social_media img {
  margin-right: 10px;
  width: 45px;
}

.bottom_footer {
  background-color: var(--vinaceous);
  padding: 40px 0px 0px;
}

.bottom_footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer_copyright {
  text-align: center;
}

.footer_copyright p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.bottom_footer_other_links div a {
  color: #fff;
  margin: 0 10px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}
.quick_nav_sublinks ul li a
{
  color: #fff !important;
    text-decoration: unset;
}
.quick_nav_acc_item .accordion-header button {
  box-shadow: unset;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: unset;
  text-decoration: unset;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 15px 0 0;
}
.quick_nav {
    background-color: #000000e0;
    height: unset;
    position: fixed;
    z-index: 99;
    top: 85px;
    right: 0;
    width: 100%;
    padding: 150px 80px 50px;
    display: none;
    height: 100%;
}

.quick_nav_acc_item .accordion-header button {
  box-shadow: unset;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: unset;
  text-decoration: unset;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 15px 0 0;
}

.quick_nav_acc {
  text-align: center;
  margin: 0 auto;
  height: 100%;
}

.quick_nav_sublinks ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.quick_nav_acc_item .accordion-header button:after
{
  content: '';
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  display: block;
  width: 270px;
  height: 100%;
  padding-bottom: 10px;
  background-image: unset !important;
  transform: none !important;
}
.quick_nav_sublinks ul li {
  font-size: 16px;
  color: #fff;
  flex: 50%;
  font-weight: 100;
  text-decoration: unset;
  margin-bottom: 20px;
  line-height: 20px;
  flex-basis: 25%;
}

.quick_nav_acc .accordion-button::after {
  background-image: url(../images/quick_arrow.svg);
  height: 14px;
  transform: rotate(180deg);
  margin-right: auto;
  margin-left: unset;
  background-size: 12px 14px;
}

.quick_nav_acc .accordion-button:not(.collapsed)::after {
  background-image: url(../images/overview_icon.svg);
  transform: rotate(90deg);
}

.search_screen {
  background-color: #000000e0;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
  display: none;
  backdrop-filter: blur(11px);
  opacity: 0;
  animation: search_animate 0.5s ease-out 0s forwards;
}
@keyframes search_animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.search_screen_content {
  transform: translateY(35%);
  height: 100%;
}

.search_screen_content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  line-height: 50px;
}

.search_input input {
  padding-left: 60px;
  width: 675px;
  display: inline-block;
  height: 58px;
  border-radius: 20px;
  background-color: #ffffff45;
  box-shadow: unset;
  outline: none;
  font-size: 25px;
  color: #fff;
  border: unset;
}

.search_input {
  position: relative;
  display: inline-block;
}

.search_input img {
  position: absolute;
  left: 20px;
  top: 15px;
}

.search_btns a {
  margin: 0 15px;
  color: #fff;
  text-decoration: unset;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  background-color: var(--vinaceous);
  padding: 7px 25px;
  display: inline-block;
  height: auto;
  border: 2px solid var(--vinaceous);
  width: 321px;
}

.search_btns {
  margin-top: 50px;
  direction: ltr;
}

.search_btns .discard_btn {
  background-color: transparent;
  border: 3px solid #707070;
  color: rgb(255, 255, 255);
  width: auto;
}

.search_btns a:hover {
  color: inherit;
}

.petra_faculty_tabs_content span:hover {
  cursor: pointer;
}

.petra_faculty_events_tabs_items h5 {
  margin-top: 35px;
  font-size: 16px;
  color: #767676;
  font-weight: 400;
  margin-bottom: -10px;
}

.petra_faculty_tabsEW_items {
  position: relative;
  width: 50%;
  height: 550px;
}

.faculty_instructor_img img {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 270px;
    height: 270px;
    object-fit: cover;
}

.current_testimonial_slider {
  display: none;
}

.petra_menu_span .petra_responsive_menu_icon,
.petra_menu_span .petra_responsive_menu_btn {
  display: none;
}

.faculty_caption_icon img {
  transform: rotateY(180deg);
}

.centered_btn a:hover {
  background-color: var(--vinaceous);
  color: white;
}

.facillities_gallery_items_single_content a:hover {
  background-color: #fff;
  color: #471414 !important;
}

.petra_faculty_events_tabs_items_btn a:hover {
  background-color: var(--vinaceous);
  color: white;
}

.photo_gallery a:hover {
  background-color: var(--vinaceous);
  color: white;
}
.faculty_responsive_menu {
  display: none;
}
@media (min-width: 1200px) {
  .petra_logo_faculty
  {
      max-width: 35%;
  }
  img#Facultylogo
  {
      width: 25%;
      height: auto;
  }

  .social_media {
    width: 300px;
  }
  .img_card_img img
{
  position: absolute;
    z-index: -999;
    
}
  .testimonial_item img {
    animation: testi_anim1 0.5s ease-out 0s forwards;
  }
  .testimonial_item.testimonial_active img {
    animation: testi_anim 0.5s ease-out 0s forwards;
  }
}
@media (max-width: 768px) {
  .faculty_responsive_menu .petra_site_menu
  {
    height: 500px;
    overflow: scroll;
  }
  .petra_side_col a:before
  {
    display: none;
  }
  .section_specs
  {
      margin: 0 auto;
  }
  #LinksCollageLinks
  {
      margin: 0 auto;
  }
  
  li#Ribbon\.Read-title
  {
    display: none !important;
  }
  .petra_faculty_nav_links
  {
    display: none;
  }
  .petra_faculty_nav_accessibility {
    margin-right: 0px;
  }

  .petra_faculty_header_slider .carousel-item img {
    width: 100%;
    height: 100%;
    border-radius: 0 0px 20px 20px;
  }

  .petra_faculty_nav {
    height: 60px;
    justify-content: space-between;
  }

  .petra_logo {
    margin-left: 7px;
  }

  .petra_logo:after {
    height: 37px;
    padding: 4px;
    border-right: 1px solid #ccc;
  }

  .faculty_logo_name h1 {
    font-size: 14px;
    max-width: 90px;
    margin-right: 10px;
    padding-top: 10px;
    line-height: 14px;
  }

  .faculty_logo_name img {
    width: 50px;
  }

  .petra_logo img {
    width: 38px;
    height: 50px;
  }

  .petra_faculty_desc_content p {
    display: none;
  }

  .full_width_bg {
    display: none;
  }

  .petra_faculty_video .faculty_img {
    opacity: 100%;
    height: 160px;
    width: 160px;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .petra_faculty_sections_slider_type a {
    margin: 0 15px;
  }

  .petra_faculty_name_desc {
    position: absolute;
    top: 13%;
    z-index: 2;
  }

  .bg_layer {
    position: absolute;
    background-color: #000;
    opacity: 58%;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0 0px 20px 20px;
  }

  .petra_faculty_header_slider {
    position: relative;
  }

  .petra_faculty_name p {
    font-size: 40px;
    color: #fff;
    line-height: 45px;
    font-weight: 700;
  }

  .petra_faculty_name h1 {
    font-size: 40px;
    color: #fff;
    line-height: 65px;
    font-weight: 700;
  }

  .petra_faculty_desc {
    display: block;
    text-align: center;
    margin-top: 80px;
  }

  .petra_faculty_name {
    text-align: center;
  }

  .petra_faculty_desc_content {
    display: block;
    padding-right: 0;
  }

  .petra_faculty_video .play_img {
    position: absolute;
    right: 34%;
    top: -12px;
    width: 53px;
  }

  .programs_slider_items:nth-child(2n) {
    margin-left: unset;
  }

  .programs_slider {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .programs_slider_items {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    margin: 0px 15px 27px 0px;
    border-radius: 14px;
    padding: 20px 23px;
    margin-left: 0;
    width: 45%;
    background-color: #fff;
  }

  .programs_slider_items h3 {
    font-size: 24px;
    height: 106px;
    max-width: 110px;
    text-align: right;
  }

  .programs_slider_items_links a {
    font-size: 12px;
  }

  .petra_faculty_sections_title h2 {
    font-size: 18px;
    font-weight: 400;
    color: var(--vinaceous);
    line-height: 1;
  }

  .petra_faculty_sections_title {
    line-height: 1;
    background-color: unset;
    height: unset;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .petra_faculty_sections {
    display: block;
    text-align: center;
    line-height: 1;
  }

  .petra_faculty_single_programs {
    display: none;
  }

  .faculty_instructor_img img {
    width: 180px;
  }

  .faculty_instructor_img {
    text-align: center;
  }

  .petra_faculty_details_description {
    margin-top: 100px;
    background-image: url(../images/insMob.png);
    padding: 60px 0px 110px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
  }

  .faculty_instructor_img img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 180px;
  }

  .faculty_instructor_img {
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
  }

  .faculty_caption_icon {
    position: absolute;
    top: -10px;
    left: 30px;
  }

  .faculty_caption_icon img {
    width: 30px;
  }

  .petra_faculty_details_description_box_content {
    text-align: center;
  }

  .petra_faculty_details_description_box_content p {
    font-size: 16px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    margin-top: 50px;
    font-weight: 400;
    text-align: justify;
  }

  .petra_faculty_details_description_box_content a {
    font-size: 12px;
  }

  .petra_accordion_item .accordion-button {
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px;
    height: 60px;
  }

  .accordion-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .faculty_tabs {
    display: block;
  }

  .petra_faculty_tabsAN_items {
    margin-left: 0;
  }

  .petra_faculty_tabs_content a {
    font-size: 16px;
  }

  .petra_faculty_tabs_content span {
    height: 32px;
    padding-top: 5px;
  }

  .petra_faculty_tabs_content {
    border-radius: 16px 16px 0px 0px;
    height: 32px;
    margin: 0 auto;
    width: 70%;
  }

  .petra_faculty_tabs_content .active_tab {
    border-radius: 16px 16px 0px 0px;
  }

  .petra_faculty_tabs_items p {
    font-size: 16px;
    line-height: 20px;
  }

  .petra_faculty_tabs_items h6 {
    font-size: 12px;
  }

  .petra_faculty_tabs_items {
    margin: 35px 0px;
  }

  .petra_faculty_events_tabs_items_btn a {
    padding: 10px 10px;
    font-size: 16px;
    border-radius: 14px;
    height: 45px;
    width: 130px;
  }

  .petra_faculty_events_tabs_items_btn {
    position: unset;
    text-align: center;
  }

  .petra_faculty_tabs_items img {
    margin-left: 15px;
    width: 100px;
  }

  .petra_faculty_tabsEW_items {
    margin-top: 120px;
  }

  .centered_content_title h2 {
    font-size: 18px;
  }

  .centered_content_title p {
    font-size: 10px;
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
  }

  .petra_faculty_research .centered_content_box img {
    display: none;
  }

  .centered_content_boxes {
    display: block;
  }

  .centered_content_box_desc p {
    font-size: 16px;
    margin-top: 7px;
    line-height: 22px;
  }

  .centered_content_box_desc {
    padding: 10px 20px;
    max-height: 100px;
    border-radius: 15px 0px 15px 15px;
    position: relative;
  }

  .centered_content_box_desc h6 {
    border-radius: 15px 15px 0px 0px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -27px;
    right: 0px;
    background-color: #16529ebf;
    width: 190px;
    padding: 10px 20px 5px 0px;
    line-height: 1;
  }

  .centered_content_boxes span {
    margin-left: 0;
    margin-bottom: 50px;
    display: block;
  }

  .centered_btn a {
    font-size: 16px;
    border-radius: 14px;
    padding: 10px 5px;
    width: 130px;
    height: 45px;
  }

  .centered_btn {
    text-align: center;
    margin-top: 30px;
  }

  .petra_faculty_honorary_board {
    margin-top: 80px;
  }

  .petra_faculty_centered.petra_faculty_facilities {
    margin-top: 110px;
    direction: ltr;
    overflow: hidden;
  }

  .petra_faculty_facilities .centered_content_title p {
    color: var(--vinaceous);
  }

  .petra_faculty_facilities .centered_content_title p a {
    color: var(--vinaceous);
  }

  .petra_faculty_facilities .centered_content_title h2 {
    color: var(--vinaceous);
  }

  .petra_faculty_facilities .centered_content_boxes span {
    margin: 0 10px;
  }

  .petra_faculty_facilities .centered_content_box img {
    height: 320px;
    margin-top: 20px;
  }

  .petra_faculty_facilities .centered_content_box.slick-current img {
    height: 380px;
    margin-top: 0;
    object-fit: cover;
  }

  .petra_faculty_facilities .centered_content_box:hover .facilities_box_layer {
    left: unset;
    right: 20px;
  }

  .facilities_box_layer h3 {
    font-size: 34px;
  }

  .facillities_gallery_items_content h2 {
    font-size: 26px;
    text-decoration: underline;
    font-weight: 700;
  }

  .facillities_gallery_items_content p {
    font-size: 16px;
    line-height: 30px;
  }

  .facillities_gallery_items_single .facillities_gallery_items_content h2 {
    text-decoration: unset;
  }

  .petra_faculty_gallery_list {
    background-image: unset;
    height: unset;
  }

  .petra_faculty_gallery {
    position: relative;
    overflow-x: unset;
    height: unset;
    margin-top: 100px;
    background-image: url(../images/ins1.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .facillities_gallery_items_content p {
    font-size: 16px;
    padding-right: 0;
  }

  .facillities_gallery_items_content h2 {
    font-size: 26px;
  }

  .facillities_gallery_items_content {
    margin-bottom: 20px;
    text-align: justify;
  }

  .petra_faculty_gallery_image {
    display: none;
  }

  .facillities_gallery_items_content a {
    font-size: 16px;
    width: 130px;
    height: 45px;
    border-radius: 14px;
  }

  .facillities_gallery_items_single .facillities_gallery_items_content a {
    padding: 10px 5px;
    margin: 50px 0px;
  }

  .facillities_gallery_items_single .facillities_gallery_items_content p {
    max-width: 100%;
    font-size: 21px;
    font-weight: 100;
    line-height: 40px;
  }

  .visible_section .petra_faculty_gallery_list {
    animation: gallery_list_animate 1s ease-out 0s forwards;
  }

  .visible_section .images_gallery_items .images_gallery_left {
    animation: images_gallery_items_animateL 1s ease-out 0.5s forwards;
    right: -100px;
  }

  .images_gallery_items {
    overflow: hidden;
    width: 100%;
  }

  span.images_gallery_items_centered {
    position: relative;
    z-index: 2;
  }

  @keyframes images_gallery_items_animateL {
    0% {
      right: -100px;
    }

    100% {
      right: 0;
    }
  }

  .visible_section .images_gallery_items .images_gallery_right {
    animation: images_gallery_items_animateR 1s ease-out 0.5s forwards;
    left: 0px;
    right: unset;
  }

  @keyframes images_gallery_items_animateR {
    0% {
      left: 0px;
    }

    100% {
      left: 100px;
    }
  }

  .visible_section .images_gallery_items .images_gallery_top {
    animation: images_gallery_items_animateT 1s ease-out 0.5s forwards;
    top: -100px;
  }

  @keyframes images_gallery_items_animateT {
    0% {
      top: -100px;
    }

    100% {
      top: 0;
    }
  }
  .petra_faculty_sections_slider_type .all_program {
    display: none;
  }
  .images_gallery_items .images_gallery_items_centered img {
    width: 210px;
    height: 160px;
    opacity: 1;
  }

  .images_gallery_items img {
    margin: 0;
    border-radius: 12px;
    position: relative;
    width: 160px;
    height: 187px;
    right: -50px;
    opacity: 25%;
  }

  .photo_gallery a {
    padding: 10px 0px;
    border-radius: 16px;
    font-size: 16px;
    width: 150px;
    height: 45px;
  }

  .petra_faculty_achieve .centered_content_title p {
    font-size: 16px;
    margin-top: 75px;
    line-height: 30px;
  }

  .petra_faculty_achieve .centered_image img {
    width: 130px;
  }

  .petra_faculty_centered.petra_faculty_achieve {
    padding: 110px 0px;
  }

  .honorary_board_content h2 {
    font-size: 18px;
  }

  .honorary_board_content p {
    font-size: 12px;
  }

  .phonorary_board_items_content p {
    font-size: 11px;
    max-width: 60px;
    vertical-align: bottom;
  }

  .phonorary_board_items_content {
    margin-left: 0px;
    width: 31.5%;
    margin-bottom: 5px;
    max-height: 50px;
    padding: 15px 10px;
    border-radius: 15px;
  }

  .petra_faculty_centered {
    margin-top: 100px;
  }

  .phonorary_board_items_number {
    font-size: 20px;
    margin-right: 14px;
    vertical-align: middle;
  }

  .honorary_board_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .testimonial_item_flex_content p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-right: 0;
    margin-top: 45px;
  }

  .testimonial_item_content a img {
    margin-left: 10px;
    width: 18px;
  }

  .centered_content_boxes .slick-list {
    margin: 0 -15px;
  }

  .testimonial_slider .slick-list {
    margin: 0 -15px;
  }

  .testimonial_item_content h6 {
    font-size: 12px;
    margin-left: 10%;
  }

  .testimonial_item_content a {
    font-size: 12px;
    margin-top: 25px;
  }

  .petra_faculty_sections_slider_type {
    display: flex;
    border-radius: 16px;
    height: 32px;
    margin: 0 auto;
    width: 50%;
    margin-top: 10px;
    background-color: #5e5e5e;
  }
  .petra_faculty_sections_slider_type .active_program_slider {
    color: #fff !important;
    font-weight: 700 !important;
    background-color: var(--vinaceous);
    border-radius: 14px;
    /* padding-top: 8px; */
    /* display: inline-block; */
  }
  .testimonial_item img {
    width: 80px;
    height: 80px;
  }

  .testimonial_item.testimonial_active img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin: 0;
  }

  .petra_faculty_testimonials .faculty_caption_icon {
    display: none;
  }

  .testimonial_slider {
    margin-top: 30px;
  }

  .current_testimonial_slider img {
    border-radius: 50%;
    height: 210px;
    width: 210px;
    object-fit: cover;
  }

  .testimonial_item_content {
    margin-top: 20px;
  }

  .current_testimonial_slider {
    display: block;
  }

  .petra_faculty_testimonials {
    padding: 80px 0 30px;
    overflow: hidden;
    background-image: url(../images/test_bgMob.png);
    position: relative;
    background-size: cover;
  }

  .current_testimonial_slider {
    text-align: center;
  }

  .footer_icons_items {
    flex-wrap: wrap;
  }

  .footer_icons_items img {
    width: 30px;
  }

  .footer_content_contact {
    font-size: 10px;
    line-height: 19px;
    flex: 50%;
  }

  .footer_content_contact h3 {
    font-size: 10px;
    margin-bottom: 0;
  }

  .footer_content_links a {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 14px;
    padding: 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 30%;
    text-align: center;
    margin-left: 9px;
  }

  .bottom_footer_content {
    display: block;
  }

  .social_media img {
    margin-left: 5px;
    width: 34px;
  }

  .bottom_footer_other_links div a {
    font-size: 10px;
    display: block;
    max-width: 110px;
  }

  .petra_faculty_nav_accessibility img {
    width: 30px;
  }

  .footer_map_image img {
    width: 175px;
    height: 95px;
  }

  .bottom_footer_other_links {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 30px;
  }

  .footer_copyright p {
    font-size: 9px;
  }

  .footer_map {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .footer_map_content p {
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    text-align: right;
  }

  .footer_content_links a:before {
    content: unset;
  }

  .footer_content_links {
    margin-top: 20px;
  }

  .bottom_footer_img {
    display: inline-block;
    width: 30%;
    text-align: left;
  }

  .social_media {
    display: inline-block;
    width: 64%;
  }

  .bottom_footer_img img {
    width: 76px;
  }

  .footer_map_content {
    text-align: right;
    line-height: 1;
  }

  .faculty_footer {
    padding: 35px 0px;
  }

  .petra_faculty_nav_accessibility .eye_acc {
    display: none;
  }

  .petra_menu_span .navicon {
    background: transparent;
    display: block;
    height: 4px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 36px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 2px;
  }

  .petra_menu_span .navicon:before,
  .petra_menu_span .navicon:after {
    background: #091b22;
  }

  .petra_responsive_menu_icon.petra_menu_opened {
    top: 15px;
    right: 0px;
  }

  .petra_menu_span .navicon:before,
  .petra_menu_span .navicon:after {
    background: transparent;
    border: 1px solid #fff;
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 36px;
    right: -1px;
    border-radius: 2px;
  }

  .petra_menu_span .navicon:before {
    top: 8px;
  }

  .petra_menu_span .navicon:after {
    top: -10px;
  }

  .petra_menu_span
    .petra_responsive_menu_btn:checked
    ~ .petra_responsive_menu_icon
    .navicon {
    background: transparent;
    border: unset;
  }

  .petra_menu_span
    .petra_responsive_menu_btn:checked
    ~ .petra_responsive_menu_icon
    .navicon:before {
    transform: rotate(-45deg);
  }

  .petra_menu_span
    .petra_responsive_menu_btn:checked
    ~ .petra_responsive_menu_icon
    .navicon:after {
    transform: rotate(45deg);
  }

  .petra_menu_span
    .petra_responsive_menu_btn:checked
    ~ .petra_responsive_menu_icon:not(.steps)
    .navicon:before,
  .petra_menu_span
    .petra_responsive_menu_btn:checked
    ~ .petra_responsive_menu_icon:not(.steps)
    .navicon:after {
    top: 0;
    background-color: #fff;
  }

  .petra_menu_span .petra_responsive_menu_icon {
    display: block;
    float: left;
    position: relative;
    top: 5px;
    z-index: 9;
  }

  .faculty_responsive_menu {
    display: none;
  }

  span.petra_menu_span.opened_menu {
    display: inline-block;
    margin: 30px 0px -30px;
    text-align: right;
    width: 100%;
  }

  span.petra_menu_span {
    display: inline-block;
    margin: 7px 0px;
  }

  .petra_site_menu_links {
    display: block;
    height: unset;
    margin-top: 30px;
  }

  .petra_site_menu {
    background-color: unset;
  }

  .petra_site_menu_dropdown_content {
    background-color: unset;
  }

  .faculty_responsive_menu {
    background-color: #000000ed;
    top: 0;
    position: absolute;
    z-index: 9999;
    width: 100%;
    backdrop-filter: blur(5px) opacity(75%);
  }
  .petra_site_menu_links span p {
    height: 45px;
  }
  .petra_site_menu_dropdown_content {
    top: 45px;
    position: unset;
  }

  .petra_faculty_nav_links {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .petra_faculty_nav_links span a {
    font-size: 14px;
    direction: rtl;
    display: inline-block;
  }
  .petra_site_menu_dropdown_content a {
    border-bottom: unset;
  }
  .petra_site_menu_links span p {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
  }

  .petra_faculty_nav_links {
    border-top: 1px solid #ccc;
    margin-top: 20px;
  }

  .quick_nav_acc {
    width: 100%;
  }

  .quick_nav {
    position: unset;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 70px 0;
    display: none;
  }

  .opened_span {
    position: absolute;
    top: 27px;
    left: 15px;
  }

  .search_input img {
    width: 20px;
  }

  .search_input input {
    width: 100%;
    height: 48px;
    border-radius: 14px;
  }

  .search_btns .discard_btn {
    padding: 7px 40px;
  }

  .search_btns a {
    font-size: 14px;
    border-radius: 14px;
    padding: 10px 40px;
    width: 215px;
    margin: 12px auto;
  }

  .search_screen {
    top: 0;
  }

  .search_screen_content h2 {
    font-size: 24px;
    line-height: 40px;
    max-width: 300px;
  }

  .petra_faculty_details_description .faculty_caption_icon {
    top: 20%;
    right: 5%;
  }

  .petra_faculty_nav_accessibility svg {
    width: 27px;
  }

  .petra_faculty_header_slider .carousel-indicators button {
    width: 11px;
    height: 11px;
  }

  .petra_faculty_programs {
    margin-top: 60px;
  }

  .petra_faculty_details_description_box {
    display: block;
    position: relative;
    z-index: 2;
  }

  .petra_faculty_news {
    margin-top: 120px;
  }

  .petra_faculty_accordion {
    margin-top: 110px;
  }

  .petra_accordion_item .accordion-button::after {
    background-size: 9px 12px;
    height: 12px;
  }

  .petra_accordion_item .accordion-button:not(.collapsed)::after {
    width: 12px;
    height: 12px;
  }

  .petra_accordion_item {
    margin-bottom: 10px;
  }

  .petra_faculty_tabsAN_items {
    width: 100%;
    height: unset;
  }

  .petra_faculty_tabsEW_items {
    width: 100%;
    height: unset;
  }

  .petra_faculty_tabs {
    border-bottom: 5px solid var(--vinaceous);
  }

  .petra_faculty_tabs_items_img {
    height: 110px;
    width: 70%;
  }

  .petra_faculty_tabs_items_date {
    bottom: -5px;
    left: 20px;
  }

  .centered_content_title {
    margin-top: unset;
    margin-bottom: 80px;
  }

  .petra_faculty_centered {
    padding: 50px 0 40px;
  }

  .petra_faculty_gallery_list {
    padding: 60px 0px;
  }

  .facillities_gallery_items_content h2:before {
    background-size: 24px 21px;
    width: 21px;
    height: 24px;
  }

  .more_contact:before {
    content: unset;
  }
  .petra_faculty_sections_slider_type a {
    text-align: center;
    display: inline-block;
    width: 50%;
    background-color: #47141400;
    padding-top: 8px;
    text-decoration: unset !important;
    height: 32px;
    margin: unset;
    font-size: 12px;
    font-weight: 400;
  }
  .petra_faculty_sections_slider_type .active_tab {
    background-color: var(--vinaceous);
    border-radius: 20px;
  }
  .search_btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 25px;
  }
  .bottom_footer {
    padding: 40px 0px 0px;
  }
  .res_visible_section .animated_layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    backdrop-filter: blur(5px) opacity(75%);
    opacity: 0;
  }
  .res_visible_section .animated_layer {
    animation: animatied_layer_animate 0.5s ease-out 0.3s forwards;
  }
  .animated_content {
    opacity: 0;
    position: relative;
    z-index: 2;
  }
  .res_visible_section .animated_content {
    animation: animatied_layer_animate 0.8s ease-out 0.6s forwards;
  }

  @keyframes animatied_layer_animate {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
  .testimonial_item_flex_content {
    height: 170px;
  }
  .petra_site_menu_dropdown:hover .petra_site_menu_dropdown_content {
    display: none;
    backdrop-filter: unset;
    position: unset;
    background-color: unset;
  }
  .petra_site_menu_dropdown:hover {
    background-color: unset;
  }
  .petra_site_menu_dropdown_content a {
    color: #fff;
    padding: 0px 16px;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    font-weight: 100;
    text-align: right;
  }
  .quick_nav_acc_item .accordion-header button {
    box-shadow: unset;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: unset;
    text-decoration: underline;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .quick_nav_sublinks ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .quick_nav_sublinks ul li {
    flex: 100%;
    margin-bottom: 10px;
    line-height: 20px;
    display: block;
    max-width: 170px;
    line-height: 20px;
  }
  .petra_faculty_image_gallery {
    overflow: hidden;
  }
  .eye_acc svg {
    width: 44px;
    height: 29px;
    vertical-align: baseline;
  }
  .faculty_responsive_menu .search_input input {
    width: 100%;
    height: 46px;
    border-radius: 20px;
    padding-right: 0px;
    margin-right: 15px;
  }
  .faculty_responsive_menu .search_input {
    position: relative;
    display: inline-block;
    width: 70%;
  }
  .faculty_responsive_menu .search_input img {
    width: 20px;
    opacity: 25%;
    right: 25px;
    top: 12px;
  }
  .active_access svg path {
    fill: #fff;
  }
  .petra_site_menu_dropdown {
    position: relative;
    width: 73%;
    text-align: center;
    margin: 0 auto;
  }
  .petra_site_menu_dropdown:after {
    content: "";
    background-image: url(../images/quick_arrow.svg);
    transform: rotate(180deg);
    display: inline-block;
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 18px;
  }
  .petra_site_menu_dropdown.petra_site_menu_dropdown_opened:after {
    background-image: url(../images/overview_icon.svg);
    transform: rotate(90deg);
  }
  .footer_content_contact p {
    font-size: 10px;
  }
  .footer_map_content {
    margin-left: -30px;
  }
  .petra_faculty_header_slider .carousel-inner {
    height: 100%;
  }
  .petra_faculty_desc_content .petra_faculty_desc_link {
    font-size: 14px;
  }
  .petra_faculty_desc_content .petra_faculty_desc_link:before {
    background-size: 8px 10px;
    width: 8px;
    height: 10px;
  }
  .testimonial_item.testimonial_active {
    position: unset;
  }
  .images_gallery_items .images_gallery_items_centered .images_gallery_bottom {
    height: 210px;
  }
}

@media (max-width: 360px) {
  .programs_slider_items {
    flex: 40%;
  }
  .programs_slider_items {
    padding: 20px 12px;
  }
  .footer_content_links a {
    width: 29%;
    padding: 5px 3px;
  }
  .facillities_gallery_items_content p {
    font-size: 15px;
    padding-right: 0;
    line-height: 26px;
  }
}

.ms-webpartzone-cell
{
   margin: 0;
}

#MSOZoneCell_WebPartWPQ1
{
   display: table;
}


#FacultyHeaderSlider
{
  height: 696px;
}




.petra_faculty_nav_links span a::after
{
  content: "";
    display: flex;
    width: 0%;
    height: 1.5px;
    background-color: white;
    transition: width 0.4s;
    position: relative;
    top: 0px;
}
.petra_faculty_nav_links span a:hover::after
{
  width: 100%;
}
.petra_faculty_nav_links
{
  display: flex;
  align-items: center;
}


.facillities_gallery_items_single_content.facillities_gallery_items_content h2 a
{
  border: 0;
  background: unset !important;
  color: #fff !important;
}
.carousel-item
{
  height: 100%;
}

.petra_faculty_tabs_items p
{
   font-size: 17px;
}


.petra_site_menu_dropdown_content a:last-child::after
{
  content: unset;
}

.petra_faculty_desc iframe
{
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.ms-SPZone.ms-webpart-zone
{
  position: relative;
  z-index: 99999;
}

.ms-dlgContent
{
  z-index: 999999 !important;
}


#LinksCollageLinks a:hover
{
  color: white !important;
}

.petra_site_menu_dropdown_content a:hover
{
  color: white;
}

#s4-bodyContainer
{
  padding-bottom: 0;
}

#DivAllVideo iframe
{
  width: 100%;
  height: 100%;
}

#DivFirstVideo iframe
{
  width: 100%;
  height: auto;
}

.petra_faculty_desc_content .petra_faculty_desc_link:hover
{
  background-color: #4d3c5c;
  color: white;
}

#Certificatesimg
{
  text-align: end;
}
#Chairs-img
{
  text-align: end;
}
















#scolor
{
  background-color: unset;
}
#scolor .petra_faculty_sections_mange_boxes
{
  background-color: #16529e;
}
#scolor .petra_faculty_sections_mange_boxes_links a
{
  color: white;
}
#scolor .petra_faculty_sections_mange_boxes p
{
  color: white;
}
#scolor .petra_faculty_sections_mange_boxes h3
{
  color: white;
}
#scolor .petra_faculty_desc_link:before
{
  filter: unset;
}

#scolor .petra_faculty_sections_mange_content h2
{
  color: black;
}

*::-webkit-scrollbar-thumb
{
  background-color: #d1d1d1;
  position: relative;
  z-index: 999999999999;
}
*::-webkit-scrollbar-track
{
  position: relative;
  z-index: 999999999999;
}

#scolor .petra_faculty_sections_mange_boxes_links a:hover
{
  color: white !important;
}














































@media (max-width: 575.98px) { 
  #ms-designer-ribbon
  {
    width: 100%;
    overflow: hidden;
  }
  .petra_logo
  {
    margin-left: 5px;
    margin-right: 5px;
  }
  .popup_video iframe
  {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  .petra_faculty_video .play_img
  {
    right: 42%;
    top: 42%;
  }
  .petra_faculty_video .faculty_img
  {
    height: 275px !important;
  }
  .testimonial_item1.col
  {
    flex: unset !important;
  }
  span.petra_menu_span
  {
    margin: 7px 0 0 0;
  }

  .petra_responsive_menu_icon.petra_menu_opened
  {
    top: 18px;
    left: 80px;
}
  .petra_menu_span .petra_responsive_menu_icon
  {
    float: left;
    position: relative;
    top: 0;
    left: unset;
  }
  .quick_nav_acc_item .accordion-header button
  {
    text-decoration: unset !important;
  }
  .quick_nav_sublinks ul li a
  {
    font-size: 15px;
  }
.quick_nav_sublinks ul
{
  width: 100%;
} 
.quick_nav_acc_item .accordion-header button
{
  text-decoration: unset;
}
.faculty_responsive_menu
{
  top: 146px;
  position: fixed;
  height: 100%;
  overflow: scroll;
}
#scolor .petra_faculty_sections_mange_boxes_links a
{
  display: block;
}
.petra_faculty_nav
{
  height: auto;
}
.faculty_logo_name h1
{
   max-width: unset;
   padding-top: 5px;
   line-height: 0px;
   margin-left: 10px;
   margin-right: unset;
   font-size: 11px;
   display: none;
}
.petra_faculty_name_desc
{
  position: unset;
}
#FacultyHeaderSlider
{
  height: 480px;
}
#WebPartWPQ1 .ms-rtestate-field
{
  height: auto;
}
#WebPartWPQ1
{
  height: auto;
}
section.sections_projects .slick-track
{
  left: unset;
  right: unset;
}
.social_media
{
  width: 70%;
}
.social_media img
{
  width: 27px;
  margin-right: 0px;
}
.bottom_footer_other_links div a
{
  font-size: 13px;
}
.footer_map_content
{
  margin-top: 0px;
  margin-left: 0px;
}
.footer_map
{
  align-items: center;
}
.ms-webpart-zone
{
  display: block;
}
.right_menu
{
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
  width: 100%;
}
.r_layer
{
    border-radius: 0 0 20px 20px;
    height: 100%;
}
.section_name
{
  position: relative;
  transform: unset; 
  z-index: 9;
  top: 10%;
  left: 5%;
}
.section_name h2
{
  font-size: 20px;
}
.section_specs p
{
  width: 90px;
  padding: 2px 5px;
  height: 30px;
}
.petra_faculty_desc_content p
{
  display: block;
  font-size: 15px;
  text-align: justify;
}
.petra_faculty_desc_content h3
{
  font-size: 22px;
  margin-bottom: 20px;
}
.petra_faculty_desc_content .petra_faculty_desc_link
{
  margin-top: 15px;
  width: 100px;
  padding: 6px 0;
  border-radius: 11px;
}
.petra_faculty_desc
{
  margin-top: 40px;
}
.petra_faculty_desc iframe
{
  height: 200px;
  width: 80%;
}
.petra_faculty_details_description
{
  margin-top: 25px;
  background-image: unset;
}
.animated_content
{
  opacity: 1;
}
span.petra_faculty_details_description_box_content h2
{
  margin-bottom: 20px;
  font-size: 22px;
}
.petra_faculty_details_description_box_content p
{
  margin-top: 30px;
  font-size: 15px;
}
#Certificatesimg
{
  text-align: center;
}
.faculty_instructor_img img
{
  width: 200px;
  height: auto;
}
.petra_faculty_details_description_box_content a
{
  padding-bottom: 40px;
  text-align: justify;
  margin: auto;
  max-width: 300px;
}
span.petra_faculty_desc_content1 p
{
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  max-width: 100%;
  text-align: justify;
}
span.petra_faculty_desc_content1 h3
{
  font-size: 25px;
  margin-bottom: 15px;
}
.petra_faculty_name_desc1 .petra_faculty_video .faculty_img
{
  width: 215px;
    height: 200px;
    display: inline-block;
    object-fit: cover;
    margin-top: 30px;
}
.accordion-body
{
  font-size: 15px;
  font-weight: 400;
}
.petra_faculty_video
{
  display: block;
}
.petra_faculty_tabs_content
{
  width: 100%;
  height: auto;
}
.petra_faculty_tabs_items img
{
  min-width: unset;
  max-width: unset;
  margin-left: 0px;
  width: 130px;
  height: 110px;
  margin-right: 15px;
}
.petra_faculty_tabs_items p
{
  font-size: 15px;
}
.petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
{
  font-size: 14px;
}
.petra_faculty_events_tabs_items_btn a
{
  height: auto;
}
.petra_faculty_tabsAN_items
{
  margin-bottom: unset;
}
.petra_faculty_tabs_items_img
{
  width: 50%;
}
.faculty_caption_icon
{
  left: 5px;
}
.faculty_instructor_img img
{
  width: 200px;
  height: 200px;
}
#Chairs-img
{
  text-align: center;
}
.petra_faculty_details_description
{
  padding: 40px 0 60px;
}
section.petra_faculty_sections_mange
{
  margin-top: 25px;
  padding: 50px 0;
}
.petra_faculty_sections_mange_content h2
{
  font-size: 25px;
  margin-bottom: 30px;
}
.petra_faculty_sections_mange_boxes
{
  padding: 25px 15px;
}
.petra_faculty_sections_mange_boxes h3
{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  flex: 55%;
}
.petra_faculty_sections_mange_boxes p
{
  text-align: justify;
  font-size: 15px;
}
.petra_faculty_desc_link:before
{
  margin-right: 3px;
}
.petra_faculty_sections_mange_boxes_links a
{
  margin-right: 0%;
  font-size: 14px;
}
.img_card_sec
{
  margin-top: unset;
}
.testimonial_item1 img
{
  height: auto;
    width: 100%;
}
.testimonial_item_flex_content p
{
  font-size: 16px;
  text-align: justify;
  margin-top: 0px;
}
.testimonial_item_flex_content
{
  min-height: unset;
  height: auto;
}
.testimonial_item_content a
{
  font-size: 11px;
  border-radius: 10px;
  padding: 8px 5px;
  width: 130px;
  height: auto;
}
.petra_faculty_testimonials
{
  background-image: unset;
}
.centered_content_boxes span
{
  margin-bottom: 25px;
  margin-right: 0;
  width: 100%;
}
.centered_content_box_desc
{
  border-radius: 15px 15px 15px 15px;
  padding: unset;
  height: auto;
  min-height: 175px;
}

.centered_content_box_desc h6
{
  width: 100%;
    padding: 12px;
    line-height: 1;
    height: auto;
    min-height: 50px;
    position: unset;
    border-radius: 15px 15px 0px 0px;
    font-size: 12px;
}
.centered_content_box_desc p
{
    font-size: 14px;
    padding: 5px 10px;
    text-align: justify;
}


.centered_btn a
{
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 15px;
    width: 170px;
    height: auto;
}
.images_gallery_items
{
  display: block;
  text-align: center;
}
.images_gallery_items img
{
  margin: 0 auto;
  border-radius: 12px;
  position: relative; 
  width: 100%;
  height: auto;
  right: unset; 
  opacity: unset;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
  min-width: 200px;
  max-width: 200px;
}
.petra_faculty_header_slider .carousel-item img
{
  border-radius: 0 0px 0px 0px;
}
.r_layer
{
  border-radius: 0 0px 0px 0px;
}
span.petra_side_col
{
  margin-top: 20px;
}
.section_name
{
  top: 20%;
  left: 0%;
  text-align: center;
}
.section_specs p
{
  margin-right: 5px;
}
.images_gallery_items .images_gallery_items_centered img
{
  display: block;
}

.images_gallery_items img
{
  margin-bottom: 25px;
}
.img_card_content p
{
  font-weight: 200;
  font-size: 14px;
  max-width: unset; 
  text-align: justify;
  padding: 0 10px;
}
.img_card_content h2
{
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0;
}
.img_card_content
{
  height: auto;
  min-height: 130px;
}
.img_card_img
{
  height: auto;
}
.petra_faculty_desc_link:before
{
  background-size: 12px 12px;
  width: 17px;
  height: 12px;
}
.petra_faculty_sections_mange_boxes_links
{
  margin-top: unset;
}
.img_card_sec
{
  padding-top: 100px;
}
.footer_content_links a
{
  width: 46%;
  padding: 5px 0px;
}
span.petra_menu_span.opened_menu
{
  margin: 0px 0px -19px;
}
.eye_acc
{
  width: 100%;
  height: 0;
  display: inline-block;
  text-align: end;
}
.petra_site_menu_dropdown:after
{
  transform: unset;
  left: -20px;
  width: 17px;
  height: 15px;
  top: 13px;
  display: none;
}
.petra_site_menu_links span p
{
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
}
.petra_faculty_nav_links span
{
  margin-left: 5px;
}
.petra_side_col a
{
  font-size: 16px;
  text-decoration: none;

}

.petra_faculty_gallery_list
{
  position:unset;
  padding: 40px 0;
}
.petra_faculty_gallery
{
  background-image: unset;
}
.petra_videos_boxes
{
  display: block;
}
.petra_videos
{
  margin-top: 50px;
  padding: 50px 0 60px;
}
.petra_videos_small_boxes
{
  display: block;
  margin-bottom: 20px;
}
.petra_videos_items
{
  margin-left: unset;
  margin-bottom: 20px;
}
.petra_faculty_centered
{
  margin-top: 50px;
}
.facillities_gallery_items_content a
{
  width: 100%;
  height: auto;
}
.facillities_gallery_items_content h2
{
  margin-bottom: 0;
  text-decoration: unset;
  display: flex;
}
.facillities_gallery_items_content h2:before
{
  top: 15px;
  left: -3px;
  margin-right:unset;
  background-size: 17px 14px;
}
section.sections_projects
{
  margin-top: 50px;
}
.petra_faculty_nav_accessibility
{
  margin-left: unset;
  margin-right: 10px;
}
#ms-designer-ribbon div
{
  max-width: 100%;
}
#DivAllVideo iframe
{
  border-radius: 10px;
}
#DivFirstVideo iframe
{
  border-radius: 10px;
}
.bottom_footer_other_links
{
  justify-content: center;
}
.more_contact a
{
  color: white;
}
.centered_content_title p
{
  text-align: justify;
  font-size: 14px;
}
.petra_faculty_achieve .centered_image img
{
  width: 250px;
  height: auto;
}

.petra_faculty_header_slider .carousel-indicators button
{
  min-width: 16px;
  min-height: 16px;
}
.photo_gallery a
{
  padding: 8px 0px;
  border-radius: 11px;
  font-size: 14px;
  width: 150px;
  height: auto;
}
.accordion-body
{
  text-align: justify;
}
.quick_nav_sublinks ul li
{
  max-width: unset;
}



}











@media (min-width: 576px) and (max-width: 767.98px) {

  
  .popup_video iframe
  {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  .petra_faculty_video .play_img
  {
    right: 42%;
    top: 42%;
  }
  .petra_faculty_video .faculty_img
  {
    height: 275px !important;
  }
  .petra_faculty_video .faculty_img
  {
    width: 80% !important;
  }
  span.petra_menu_span
  {
    margin: 7px 20px 0 5px;
  }

  .petra_responsive_menu_icon.petra_menu_opened
  {
    top: 18px;
    left: 80px;
}
  .petra_menu_span .petra_responsive_menu_icon
  {
    float: left;
    position: relative;
    top: 0;
    left: unset;
  }



  #scolor .petra_faculty_sections_mange_boxes_links a
  {
    display: block;
  }
.petra_faculty_nav
{
  height: auto;
}
.faculty_logo_name h1
{
   max-width: unset;
   padding-top: 5px;
   line-height: 0px;
   margin-left: 10px;
   margin-right: unset;
   font-size: 11px;
   display: none;
}
.petra_faculty_name_desc
{
  position: unset;
}
#FacultyHeaderSlider
{
  height: 480px;
}
#WebPartWPQ1 .ms-rtestate-field
{
  height: auto;
}
#WebPartWPQ1
{
  height: auto;
}
section.sections_projects .slick-track
{
  left: unset;
  right: unset;
}
.social_media
{
  width: 70%;
}
.social_media img
{
  width: 27px;
  margin-right: 0px;
}
.bottom_footer_other_links div a
{
  font-size: 13px;
}
.footer_map_content
{
  margin-top: 0px;
  margin-left: 0px;
}
.footer_map
{
  align-items: center;
}
.ms-webpart-zone
{
  display: block;
}
.right_menu
{
  position: absolute;
  left: 0;
  top: 0;
  height: 480px;
  width: 100%;
}
.r_layer
{
    border-radius: 0 0 20px 20px;
    height: 100%;
}
.section_name
{
  position: relative;
  transform: unset; 
  z-index: 9;
  top: 10%;
  left: 5%;
}
.section_name h2
{
  font-size: 20px;
}
.section_specs p
{
  width: 90px;
  padding: 2px 5px;
  height: 30px;
}
.petra_faculty_desc_content p
{
  display: block;
  font-size: 15px;
  text-align: justify;
}
.petra_faculty_desc_content h3
{
  font-size: 22px;
  margin-bottom: 20px;
}
.petra_faculty_desc_content .petra_faculty_desc_link
{
  margin-top: 15px;
  width: 100px;
  padding: 6px 0;
  border-radius: 11px;
}
.petra_faculty_desc
{
  margin-top: 40px;
}
.petra_faculty_desc iframe
{
  height: 200px;
  width: 80%;
}
.petra_faculty_details_description
{
  margin-top: 25px;
  background-image: unset;
}
.animated_content
{
  opacity: 1;
}
span.petra_faculty_details_description_box_content h2
{
  margin-bottom: 20px;
  font-size: 22px;
}
.petra_faculty_details_description_box_content p
{
  margin-top: 30px;
  font-size: 15px;
  max-width: unset;
}
#Certificatesimg
{
  text-align: center;
}
.faculty_instructor_img img
{
  width: 200px;
  height: auto;
}
.petra_faculty_details_description_box_content a
{
  padding-bottom: 40px;
  text-align: justify;
  margin: auto;
  max-width: 300px;
}
span.petra_faculty_desc_content1 p
{
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  max-width: 100%;
  text-align: justify;
}
span.petra_faculty_desc_content1 h3
{
  font-size: 25px;
  margin-bottom: 15px;
}
.petra_faculty_name_desc1 .petra_faculty_video .faculty_img
{
  width: 215px;
    height: 200px;
    display: inline-block;
    object-fit: cover;
    margin-top: 30px;
}
.accordion-body
{
  font-size: 15px;
  font-weight: 400;
}
.petra_faculty_video
{
  display: block;
}
.petra_faculty_tabs_content
{
  width: 100%;
  height: auto;
}
.petra_faculty_tabs_items img
{
  min-width: unset;
  max-width: unset;
  margin-left: 0px;
  width: 130px;
  height: 110px;
  margin-right: 15px;
}
.petra_faculty_tabs_items p
{
  font-size: 15px;
}
.petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
{
  font-size: 14px;
}
.petra_faculty_events_tabs_items_btn a
{
  height: auto;
}
.petra_faculty_tabsAN_items
{
  margin-bottom: unset;
}
.petra_faculty_tabs_items_img
{
  width: 35%;
}
.faculty_caption_icon
{
  left: 5px;
}
.faculty_instructor_img img
{
  width: 200px;
  height: 200px;
}
#Chairs-img
{
  text-align: center;
}
.petra_faculty_details_description
{
  padding: 40px 0 60px;
}
section.petra_faculty_sections_mange
{
  margin-top: 25px;
  padding: 50px 0;
}
.petra_faculty_sections_mange_content h2
{
  font-size: 25px;
  margin-bottom: 30px;
}
.petra_faculty_sections_mange_boxes
{
  padding: 25px 15px;
}
.petra_faculty_sections_mange_boxes h3
{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  flex: 55%;
}
.petra_faculty_sections_mange_boxes p
{
  text-align: justify;
  font-size: 15px;
}
.petra_faculty_desc_link:before
{
  margin-right: 3px;
}
.petra_faculty_sections_mange_boxes_links a
{
  display: block;
  margin-right: 0%;
  font-size: 14px;
}
.img_card_sec
{
  margin-top: unset;
}
.testimonial_item1 img
{
  height: auto;
    width: 100%;
}
.testimonial_item1.col
{
  flex: unset !important;
}
.testimonial_item_flex_content p
{
  font-size: 16px;
  text-align: justify;
  margin-top: 0px;
}
.testimonial_item_flex_content
{
  min-height: unset;
  height: auto;
}
.testimonial_item_content a
{
  font-size: 11px;
  border-radius: 10px;
  padding: 8px 5px;
  width: 130px;
  height: auto;
}
.petra_faculty_testimonials
{
  background-image: unset;
}
.centered_content_boxes span
{
  margin-bottom: 25px;
  margin-right: 0;
  width: 100%;
}
.centered_content_box_desc
{
  border-radius: 15px 15px 15px 15px;
  padding: unset;
  height: auto;
  min-height: 175px;
}

.centered_content_box_desc h6
{
  width: 100%;
    padding: 12px;
    line-height: 1;
    height: auto;
    min-height: 50px;
    position: unset;
    border-radius: 15px 15px 0px 0px;
    font-size: 12px;
}
.centered_content_box_desc p
{
    font-size: 14px;
    padding: 5px 10px;
    text-align: justify;
}


.centered_btn a
{
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 15px;
    width: 170px;
    height: auto;
}
.images_gallery_items
{
  display: block;
  text-align: center;
}
.images_gallery_items img
{
  margin: 0 auto;
  border-radius: 12px;
  position: relative; 
  width: 100%;
  height: auto;
  right: unset; 
  opacity: unset;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
  min-width: 200px;
  max-width: 200px;
}
.petra_faculty_header_slider .carousel-item img
{
  border-radius: 0 0px 0px 0px;
}
.r_layer
{
  border-radius: 0 0px 0px 0px;
}
span.petra_side_col
{
  margin-top: 20px;
}
.section_name
{
  top: 21%;
  left: 0%;
  text-align: center;
}
.section_specs p
{
  margin-right: 5px;
}
.images_gallery_items .images_gallery_items_centered img
{
  display: block;
}

.images_gallery_items img
{
  margin-bottom: 25px;
}
.img_card_content p
{
  font-weight: 200;
  font-size: 14px;
  max-width: unset; 
  text-align: justify;
  padding: 0 10px;
}
.img_card_content h2
{
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0;
}
.img_card_content
{
  height: auto;
  min-height: 130px;
}
.img_card_img
{
  height: auto;
}
.petra_faculty_desc_link:before
{
  background-size: 12px 12px;
  width: 17px;
  height: 12px;
}
.petra_faculty_sections_mange_boxes_links
{
  margin-top: unset;
}
.img_card_sec
{
  padding-top: 100px;
}
.footer_content_links a
{
  width: 48%;
  padding: 5px 0px;
}
span.petra_menu_span.opened_menu
{
  margin: 0px 0px -19px;
}
.eye_acc
{
  width: 100%;
  height: 0;
  display: inline-block;
  text-align: end;
}
.petra_site_menu_dropdown:after
{
  transform: unset;
  left: -20px;
  width: 17px;
  height: 15px;
  top: 13px;
  display: none;
}
.petra_site_menu_links span p
{
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.petra_faculty_nav_links span
{
  margin-left: 5px;
  padding: 20px;
}
.petra_faculty_nav_links
{
  padding: 0;
}
.faculty_responsive_menu
{
  height: 100%;
  overflow: scroll;
}
.petra_side_col a
{
  font-size: 16px;
  text-decoration: none;

}

.petra_faculty_gallery_list
{
  position:unset;
  padding: 40px 0;
}
.petra_faculty_gallery
{
  background-image: unset;
}
.petra_videos_boxes
{
  display: block;
}
.petra_videos
{
  margin-top: 50px;
  padding: 50px 0 60px;
}
.petra_videos_small_boxes
{
  display: block;
  margin-bottom: 20px;
}
.petra_videos_items
{
  margin-left: unset;
  margin-bottom: 20px;
}
.petra_faculty_centered
{
  margin-top: 50px;
}
.facillities_gallery_items_content a
{
  width: 100%;
  height: auto;
}
.facillities_gallery_items_content h2
{
  margin-bottom: 0;
  text-decoration: unset;
  display: flex;
}
.facillities_gallery_items_content h2:before
{
  top: 15px;
  left: -3px;
  margin-right:unset;
  background-size: 17px 14px;
}
section.sections_projects
{
  margin-top: 50px;
}
.petra_faculty_nav_accessibility
{
  margin-left: unset;
  margin-right: 10px;
}
#ms-designer-ribbon div
{
  max-width: 100%;
  overflow-x: hidden;
}
#DivAllVideo iframe
{
  border-radius: 10px;
}
#DivFirstVideo iframe
{
  border-radius: 10px;
}
.bottom_footer_other_links
{
  justify-content: center;
}
.more_contact a
{
  color: white;
}
.centered_content_title p
{
  text-align: justify;
  font-size: 14px;
}
.petra_faculty_achieve .centered_image img
{
  width: 250px;
  height: auto;
}

.petra_faculty_header_slider .carousel-indicators button
{
  min-width: 16px;
  min-height: 16px;
}
.photo_gallery a
{
  padding: 8px 0px;
  border-radius: 11px;
  font-size: 14px;
  width: 150px;
  height: auto;
}
.accordion-body
{
  text-align: justify;
}
.footer_icons_items img
{
  width: 40px;
}
.footer_content_contact h3
{
  font-size: 14px;
  margin-bottom: 5px;
}
.footer_content_contact p
{
  font-size: 13px;
  margin-bottom: 20px;
}
.footer_content_contact ul li
{
  font-size: 12px;
}
.petra_logo img
{
  width: 45px;
  height: 60px;
}
.petra_logo
{
  margin-right: 9px;
}
.faculty_logo_name img
{
  width: 45px;
}
.quick_nav_acc_item .accordion-header button
{
  text-decoration: none;
  width: 50%;
}
.quick_nav_acc_item .accordion-header button:after
{
  width: 100%;
}
.quick_nav_sublinks ul li
{
  max-width: unset;
}
.faculty_responsive_menu
{
  top: 165px;
  position: fixed;
}


}
























@media (min-width: 768px) and (max-width: 991.98px) 
{  
  .bottom_footer_content
  {
    display: block;
  }

  .popup_video iframe
  {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }
  .petra_faculty_video .faculty_img
  {
    height: 265px !important;
  }

  .petra_faculty_video .play_img
  {
    right: 39%;
    top: 41%;
    width: 60px;
  }


.petra_logo 
{
  margin-right: 5px;
}
#scolor .petra_faculty_sections_mange_boxes_links a
{
  display: block;
}
.petra_faculty_nav
{
  height: auto;
}
.faculty_logo_name h1
{
   max-width: unset;
   padding-top: 5px;
   line-height: 0px;
   margin-left: 10px;
   margin-right: unset;
   font-size: 11px;
   display: none;
}
.petra_faculty_name_desc
{
  position: unset;
}
#FacultyHeaderSlider
{
  height: 500px;
}
#WebPartWPQ1 .ms-rtestate-field
{
  height: auto;
}
#WebPartWPQ1
{
  height: auto;
}
section.sections_projects .slick-track
{
  left: unset;
  right: unset;
}
.social_media
{
  width: 70%;
  display: inline-block;
}
.social_media img
{
  width: 27px;
  margin-right: 0px;
}
.bottom_footer_other_links div a
{
  font-size: 12px;
  margin: 0 5px;
  font-weight: 100;
}
.footer_map_content
{
  margin-top: 0px;
  margin-left: 0px;
}
.footer_map
{
  align-items: center;
  flex-direction: column-reverse;
}
.footer_map_content p
{
  display: contents;
  font-size: 15px;
}
.ms-webpart-zone
{
  display: block;
}
.right_menu
{
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
}
.r_layer
{
    border-radius: 0 0 20px 20px;
    height: 100%;
}
.section_name
{
  position: relative;
  transform: unset; 
  z-index: 9;
  top: 10%;
  left: 5%;
}
.section_name h2
{
  font-size: 20px;
}
.section_specs p
{
  width: 90px;
  padding: 2px 5px;
  height: 30px;
}
.petra_faculty_desc_content p
{
  display: block;
  font-size: 15px;
  text-align: justify;
}
.petra_faculty_desc_content h3
{
  font-size: 22px;
  margin-bottom: 20px;
}
.petra_faculty_desc_content .petra_faculty_desc_link
{
  margin-top: 15px;
  width: 100px;
  padding: 6px 0;
  border-radius: 11px;
  font-size: 15px;
}
.petra_faculty_desc
{
  margin-top: 40px;
  align-items: center;
}
.petra_faculty_desc iframe
{
  height: 230px;
  width: 100%;
}
.petra_faculty_details_description
{
  margin-top: 25px;
  background-image: unset;
}
.animated_content
{
  opacity: 1;
}
span.petra_faculty_details_description_box_content h2
{
  margin-bottom: 20px;
  font-size: 22px;
}
.petra_faculty_details_description_box_content p
{
  margin-top: 30px;
  font-size: 15px;
  max-width: unset;
}
#Certificatesimg
{
  text-align: center;
  margin-top: 20px;
}
.faculty_instructor_img img
{
  width: 200px;
  height: auto;
}
.petra_faculty_details_description_box_content a
{
  padding-bottom: 0px;
  text-align: justify;
  margin: auto;
  max-width: unset;
  font-size: 16px;
  padding-top: 20px;
}
span.petra_faculty_desc_content1 p
{
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  max-width: 95%;
  text-align: justify;
}
span.petra_faculty_desc_content1 h3
{
  font-size: 25px;
  margin-bottom: 15px;
}
.petra_faculty_name_desc1 .petra_faculty_video .faculty_img
{
  width: 215px;
    height: 200px;
    display: inline-block;
    object-fit: cover;
    margin-top: 0px;
}
.accordion-body
{
  font-size: 15px;
  font-weight: 400;
}
.petra_faculty_video
{
  display: block;
}
.petra_faculty_tabs_content
{
  width: 100%;
  height: auto;
}
.petra_faculty_tabs_items img
{
  min-width: unset;
  max-width: unset;
  margin-left: 0px;
  width: 130px;
  height: 110px;
  margin-right: 15px;
}
.petra_faculty_tabs_items p
{
  font-size: 15px;
}
.petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
{
  font-size: 14px;
}
.petra_faculty_events_tabs_items_btn a
{
  height: auto;
  border-radius: 15px;
  width: 200px;
  padding: 10px;
  font-size: 18px;
}
.petra_faculty_tabsAN_items
{
  margin-bottom: unset;
}
.petra_faculty_tabs_items_img
{
  width: 35%;
}
.faculty_caption_icon
{
  left: 5px;
}
.faculty_instructor_img img
{
  width: 170px;
  height: 170px;
}
#Chairs-img
{
  text-align: center;
}
.petra_faculty_details_description
{
  padding: 40px 0 40px;
}
section.petra_faculty_sections_mange
{
  margin-top: 25px;
  padding: 50px 0;
}
.petra_faculty_sections_mange_content h2
{
  font-size: 25px;
  margin-bottom: 30px;
}
.petra_faculty_sections_mange_boxes
{
  padding: 25px 15px;
}
.petra_faculty_sections_mange_boxes h3
{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  flex: 55%;
}
.petra_faculty_sections_mange_boxes p
{
  text-align: justify;
  font-size: 15px;
}
.petra_faculty_desc_link:before
{
  margin-right: 3px;
}
.petra_faculty_sections_mange_boxes_links a
{
  display: block;
  margin-right: 0%;
  font-size: 14px;
}
.img_card_sec
{
  margin-top: unset;
}
.testimonial_item1 img
{
  height: auto;
    width: 50px;
}
.testimonial_item_flex_content p
{
  font-size: 16px;
  text-align: justify;
  margin-top: 0px;
}
.testimonial_item_flex_content
{
  min-height: unset;
  height: auto;
}
.testimonial_item_content a
{
  font-size: 11px;
  border-radius: 10px;
  padding: 8px 5px;
  width: 130px;
  height: auto;
}
.petra_faculty_testimonials
{
  background-image: unset;
  padding: 0 0 55px;
}
.centered_content_boxes span
{
  margin-bottom: 25px;
  margin-right: 0;
  width: 100%;
}
.centered_content_box_desc
{
  border-radius: 15px 15px 15px 15px;
  padding: unset;
  height: auto;
  min-height: 175px;
}

.centered_content_box_desc h6
{
  width: 100%;
    padding: 12px;
    line-height: 1;
    height: auto;
    min-height: 50px;
    position: unset;
    border-radius: 15px 15px 0px 0px;
    font-size: 12px;
}
.centered_content_box_desc p
{
    font-size: 14px;
    padding: 5px 10px;
    text-align: justify;
}


.centered_btn a
{
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 15px;
    width: 170px;
    height: auto;
}
.images_gallery_items
{
  display: block;
  text-align: center;
}
.images_gallery_items img
{
  margin: 0 auto;
  border-radius: 12px;
  position: relative; 
  width: 100%;
  height: auto;
  right: unset; 
  opacity: unset;
  max-height: 280px;
  min-height: 280px;
  object-fit: cover;
  min-width: 350px;
  max-width: 350px;
  margin-bottom: 25px;

}
.petra_faculty_header_slider .carousel-item img
{
  border-radius: 0 0px 0px 0px;
}
.r_layer
{
  border-radius: 0 0px 0px 0px;
}
span.petra_side_col
{
  margin-top: 20px;
}
.section_name
{
  top: 27%;
  left: 0%;
  text-align: center;
}
.section_specs p
{
  margin-right: 5px;
}
.images_gallery_items .images_gallery_items_centered img
{
  display: block;
}
.img_card_content p
{
  font-weight: 200;
  font-size: 14px;
  max-width: unset; 
  text-align: justify;
  padding: 0 10px;
}
.img_card_content h2
{
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0;
}
.img_card_content
{
  height: auto;
  min-height: 130px;
}
.img_card_img
{
  height: auto;
}
.petra_faculty_desc_link:before
{
  background-size: 12px 12px;
  width: 17px;
  height: 12px;
}
.petra_faculty_sections_mange_boxes_links
{
  margin-top: unset;
}
.img_card_sec
{
  padding-top: 100px;
}
.footer_content_links a
{
  width: 100%;
  padding: 4px 0px;
}
span.petra_menu_span.opened_menu
{
  margin: 0px 0px -19px;
}
.eye_acc
{
  width: 100%;
  display: inline-block;
  text-align: end;
}
.petra_site_menu_dropdown:after
{
  transform: unset;
  left: -20px;
  width: 17px;
  height: 15px;
  top: 13px;
}
.petra_site_menu_links span p
{
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  padding: 0 5px;
}
.petra_faculty_nav_links span
{
  margin-left: 13px;
}

.petra_side_col a
{
  font-size: 16px;
  text-decoration: none;

}

.petra_faculty_gallery_list
{
  padding: 40px 0;
}
.petra_faculty_gallery
{
  background-image: unset;
}
.petra_videos_boxes
{
  display: block;
}
.petra_videos
{
  margin-top: 50px;
  padding: 50px 0 60px;
}
.petra_videos_small_boxes
{
  display: block;
  margin-bottom: 20px;
}
.petra_videos_items
{
  margin-left: unset;
  margin-bottom: 20px;
}
.petra_faculty_centered
{
  margin-top: 50px;
}
.facillities_gallery_items_content a
{
  width: 100%;
  height: auto;
}
.facillities_gallery_items_content h2
{
  margin-bottom: 0;
  text-decoration: unset;
  display: flex;
}
.facillities_gallery_items_content h2:before
{
  top: 19px;
  left: -3px;
  margin-right:unset;
  background-size: 17px 14px;
}
section.sections_projects
{
  margin-top: 50px;
}
.petra_faculty_nav_accessibility
{
  margin-left: unset;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#ms-designer-ribbon div
{
  max-width: 100%;
  overflow-x: hidden;
}
#DivAllVideo iframe
{
  border-radius: 10px;
  height: 200px;
}
#DivFirstVideo iframe
{
  border-radius: 10px;
  height: 200px;
}
.bottom_footer_other_links
{
  justify-content: center;
  margin-top: 30px;
}
.more_contact a
{
  color: white;
}
.petra_faculty_achieve .centered_image img
{
  width: 350px;
  height: auto;
}

.petra_faculty_header_slider .carousel-indicators button
{
  min-width: 16px;
  min-height: 16px;
}
.photo_gallery a
{
  padding: 8px 0px;
  border-radius: 11px;
  font-size: 14px;
  width: 150px;
  height: auto;
}
.accordion-body
{
  text-align: justify;
}
.footer_icons_items img
{
  width: 40px;
}
.footer_content_contact h3
{
  font-size: 14px;
  margin-bottom: 5px;
}
.footer_content_contact p
{
  font-size: 13px;
  margin-bottom: 20px;
}
.footer_content_contact ul li
{
  font-size: 12px;
}
.petra_logo img
{
  width: 45px;
  height: 60px;
}
.petra_logo
{
  margin-right: 9px;
}
.faculty_logo_name img
{
  width: 45px;
}
.quick_nav_acc_item .accordion-header button
{
  text-decoration: none;
  width: 50%;
}
.quick_nav_acc_item .accordion-header button:after
{
  width: 100%;
}
.quick_nav_sublinks ul li
{
  max-width: unset;
}
.faculty_responsive_menu
{
  top: 165px;
  position: fixed;
}
.ms-webpart-cell-vertical
{
  display: table !important;
}
.petra_faculty_details_description_box_content
{
  margin: 0 20px;
  margin-top: unset;
}
.petra_faculty_details_description_box_content p
{
  max-width: 450px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 35px;
}

.footer_content_links
{
  width: 50%;
}
.footer_content_links a
{
  font-size: 15px;
}
.footer_content_links a:before
{
  margin-right: 0px;
}

.centered_content_boxes
{
  flex-direction: column;
    align-items: center;
    justify-content: center;
}
.centered_content_box_img img
{
  display: none;
}
.footer_copyright p
{
  font-size: 13px;
}
.bottom_footer_img
{
  width: 30%;
  display: inline-block;
    float: right;
    text-align: end;
}
.bottom_footer_img img
{
  width: 70px;
}
.footer_map_image
{
  text-align: center;
}
.testimonial_item1 img
{
  width: 65px;
}
.centered_content_box_desc h6
{
  background-color: hsl(273deg 31% 17% / 75%);
  color: white;
}
.centered_content_title p
{
  padding: 0;
  font-size: 16px !important;
}
.faculty_tabs
{
  display: block;
}
.petra_faculty_tabsAN_items
{
  width: 100%;
  min-height: 550px;
  height: 650px;
}
.petra_faculty_tabsEW_items
{
  width: 100%;
  min-height: 550px;
}
.petra_faculty_tabs_content a
{
  font-size: 21px;
}
.petra_accordion_item .accordion-button
{
  font-size: 21px;
}
.petra_faculty_tabs_content span
{
  height: auto;
    padding: 14px;
}
.accordion-button::after
{
  background-size: unset !important;
}
.petra_accordion_item .accordion-button::after
{
  height: 16px;
}
.centered_btn
{
  margin-top: 30px;
}
.footer_map_image img
{
  width: 60%;
}
.facillities_gallery_items_content p
{
  line-height: 30px;
  font-size: 16px;
}
.petra_logo:after
{
  padding: 3px;
}
.petra_faculty_nav_links
{
  justify-content: center;
  width: 65%;
}
.en_logo svg
{
  width: 30px;
}
.eye_acc svg
{
  width: 35px;
}
.search_acc svg
{
  width: 30px;
}

.petra_faculty_nav_links span a
{
  font-size: 14px;
}

}




















@media (min-width: 992px) and (max-width: 1199.98px) 
{


  
  .popup_video iframe
  {
    width: 400px !important;
    height: 200px !important;
    padding: 0 !important;
  }
  .petra_faculty_video .faculty_img
  {
    height: 300px !important;
  }

  .petra_faculty_video .play_img
  {
    right: 39%;
    top: 41%;
    width: 60px;
  }





.footer_content_links
{
  width: 52%;
}
  .footer_content_links a
  {
    width: 100%;
    font-size: 14px;
    padding: 4px 0 2px;
  }
  .footer_icons_items img
  {
    width: 45px;
  }
  .footer_content_contact h3
  {
    font-size: 18px !important;
  }
  .footer_content_contact p
  {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
  .footer_content_contact
  {
    font-size: 12px;
  }
  .footer_map_content p
  {
    line-height: 30px;
    font-size: 16px;
  }
  .footer_map_content
  {
    margin-top: unset;
  }
  .footer_map
  {
    align-items: flex-start;
  }
  span.footer_map_image img
  {
    padding-top: unset !important;
  }
  .bottom_footer_other_links div a
  {
    font-size: 15px;
    text-decoration: none;
    margin: 0 6px;
  }
  .bottom_footer_other_links
  {
    justify-content: center;
    flex-direction: column;
  }
  .footer-links-top
  {
    display: flex;
    align-items: center;
  }
  .footer-links-bottom
  {
    display: flex;
    align-items: center;
  }
  .social_media img
  {
    width: 30px;
  }
  .bottom_footer_img img
  {
    width: 80px;
  }
  .footer_copyright p
  {
    font-size: 12px;
    font-weight: 400;
  }
  span.footer_map_image img
  {
    width: 100%;
  }
  .testimonial_item_flex_content p
  {
    font-size: 16px;
  }
  .testimonial_item_content h6
  {
    font-size: 16px;
  }
  .testimonial_item_content
  {
    margin-top: unset;
  }
  .centered_btn
  {
    margin-top: 30px;
  }
  .testimonial_item_content a
  {
    font-size: 16px;
  }
  .centered_btn a
  {
    padding: 8px;
    width: 210px;
    font-size: 16px !important;
  }
  .testimonial_item1 img
  {
    width: 80px;
  }
  .testimonial_item_flex_content
  {
    min-height: auto;
  }
  .images_gallery_items img
  {
    width: 300px;
    min-height: 300px;
    max-height: 400px;
  }
  .centered_content_title p
  {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 0px;
  }
  .petra_faculty_centered
  {
    padding: 40px 0 100px;
    margin-top: 100px;
  }
  .centered_content_box_desc
  {
    padding: 10px 10px 0 10px;
    height: auto;
    min-height: 250px;
  }
  .centered_content_box_desc h6
  {
    font-size: 15px;
    text-align: justify;
  }
  .centered_content_box_desc p
  {
    font-size: 14px;
    text-align: justify;
  }
  .centered_content_box_img img
  {
    min-height: 200px;
    max-height: 200px;
  }
  
  .facillities_gallery_items_content p
  {
    font-size: 16px;
  }
  .facillities_gallery_items_content h2
  {
    margin-bottom: 15px;
  }
  #imgAchieve img
  {
    width: 500px;
  }
  .petra_faculty_achieve .centered_content_title p
  {
    font-size: 16px;
  }
  #DivAllVideo iframe
  {
    border-radius: 10px;
  }
  .petra_videos_items
  {
    margin-right: 15px;
  }
  #DivFirstVideo iframe
  {
    border-radius: 10px;
  }
  .petra_faculty_sections_mange_content h2
  {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .petra_videos
  {
    margin-top: 30px;
    padding: 70px 0 60px;
  }
  .img_card_sec
  {
    margin-top: 60px;
    padding-top: 130px;
  }
  .petra_faculty_sections_mange_boxes h3
  {
    font-size: 24px;
  }
  .petra_faculty_sections_mange_boxes_links a
  {
    font-size: 16px;
  }
  .petra_faculty_sections_mange_boxes p
  {
    font-size: 16px;
  }
  .faculty_instructor_img img
  {
    width: 100%;
    height: 215px;
  }
  .petra_faculty_details_description_box_content a
  {
    font-size: 16px;
  }
  .petra_faculty_tabs_content a
  {
    font-size: 19px;
  }
  .petra_faculty_tabs_content
  {
    height: 50px;
  }
  .petra_faculty_tabs_content span
  {
    padding: 10px;
    height: 100%;
  }
  .petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
  {
    font-size: 12px;
  }
  .petra_faculty_tabs_items p
  {
    text-decoration: none;
    line-height: 26px;
    font-size: 15px;
  }
  .petra_faculty_events_tabs_items_btn a
  {
    width: 200px;
    height: 43px;
    padding: 8px;
    font-size: 18px;
    border-radius: 15px;
  }
  .accordion-body
  {
    font-size: 16px;
    line-height: 35px;
  }
  .petra_accordion_item .accordion-button
  {
    font-size: 19px;
  }
  
  .accordion-button::after
  {
    background-size: unset !important;
  }
  span.petra_faculty_desc_content1 p
  {
    font-size: 16px;
    max-width: 97%;
  }
  .petra_faculty_details_description_box_content p
  {
    font-size: 16px;
    max-width: unset;
  }
  span.petra_faculty_details_description_box_content h2
  {
    font-size: 28px;
  }
  #Certificatesimg
  {
    margin-top: 50px;
  }
  .petra_faculty_desc_content p
  {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
  }
  .petra_faculty_desc_content .petra_faculty_desc_link
  {
    margin-top: 40px;
    width: 210px;
    font-size: 19px;
  }
  .petra_faculty_desc iframe
  {
    height: 320px;
  }
  .petra_site_menu_links span p
  {
    font-size: 16px;
  }
  .section_name
  {
    transform: translate(20%, 65%);
  }
  .petra_logo_faculty
  {
    flex: unset;
  }
  .petra_logo
  {
    margin-left: 9px;
  }
  .petra_logo:after
  {
    padding: 5px;
  }
  .petra_logo img
  {
    width: 50px;
  }
  .faculty_logo_name img
  {
    width: 50px;
  }
  .faculty_logo_name h1
  {
    font-size: 11px;
    max-width: unset;
    margin-right: 0px;
    margin-top: 5px;
  }
  .petra_faculty_nav_links span
  {
    margin-right: 15px;
    margin-left: 0;
  }
  .petra_faculty_nav_links
  {
    justify-content: center;
    width: 65%;
  }
  .en_logo svg
  {
    width: 30px;
  }
  .eye_acc svg
  {
    width: 35px;
  }
  .search_acc svg
  {
    width: 30px;
  }
  .petra_faculty_nav_links span a
  {
    font-size: 16px;
  }
  .petra_faculty_nav_accessibility
  {
    margin-right: 20px;
  }
  .petra_faculty_nav_accessibility
  {
    display: flex;
    align-items: center;
    width: 14%;
  }
  .petra_faculty_header_slider .carousel-indicators button
  {
    min-height: 22px;
    max-height: 22px;
    max-width: 22px;
    min-width: 22px;
  }
  .petra_faculty_desc_content1
  {
    flex: 0 0 77%;
  }
  .petra_faculty_tabsAN_items
  {
    margin-bottom: 100px;
  }
  .petra_faculty_tabsEW_items
  {
    margin-bottom: 100px;
  }
  .right_menu
  {
    width: 50%;
    height: 696px;
  }
  .testimonial_item1.col
  {
    flex: unset !important;
  }
  .testimonial_item1 img
  {
    width: 100%;
  }

}

















@media (min-width: 1200px) and (max-width: 1399.98px)
{
  
  .popup_video iframe
  {
    width: 400px !important;
    height: 200px !important;
    padding: 0 !important;
  }
  .petra_faculty_video .faculty_img
  {
    height: 300px !important;
  }

  .petra_faculty_video .play_img
  {
    right: 44%;
    top: 41%;
    width: 60px;
  }
  #FacultyHeaderSlider
  {
    height: 100%;
  }




.footer_content_links
{
  width: 52%;
}
.footer_content_links a
  {
    width: 100%;
    font-size: 14px;
    padding: 4px 0 2px;
  }
  .footer_icons_items img
  {
    width: 45px;
  }
  .footer_content_contact h3
  {
    font-size: 18px !important;
  }
  .footer_content_contact p
  {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
  .footer_content_contact
  {
    font-size: 12px;
  }
  .footer_map_content p
  {
    line-height: 30px;
    font-size: 16px;
  }
  .footer_map_content
  {
    margin-top: unset;
  }
  .footer_map
  {
    align-items: flex-start;
  }
  span.footer_map_image img
  {
    padding-top: unset !important;
  }
  .bottom_footer_other_links div a
  {
    font-size: 15px;
    text-decoration: none;
    margin: 0 6px;
  }
  .bottom_footer_other_links
  {
    justify-content: center;
    flex-direction: column;
  }
  .footer-links-top
  {
    display: flex;
    align-items: center;
  }
  .footer-links-bottom
  {
    display: flex;
    align-items: center;
  }
  .social_media img
  {
    width: 30px;
  }
  .bottom_footer_img img
  {
    width: 80px;
  }
  .footer_copyright p
  {
    font-size: 12px;
    font-weight: 400;
  }
  span.footer_map_image img
  {
    width: 100%;
  }
  .testimonial_item_flex_content p
  {
    font-size: 16px;
  }
  .testimonial_item_content h6
  {
    font-size: 16px;
  }
  .testimonial_item_content
  {
    margin-top: unset;
  }
  .centered_btn
  {
    margin-top: 30px;
  }
  .testimonial_item_content a
  {
    font-size: 16px;
  }
  .centered_btn a
  {
    padding: 8px;
    width: 210px;
    font-size: 16px !important;
  }
  .testimonial_item1 img
  {
    width: 100%;
  }
  .testimonial_item_flex_content
  {
    min-height: auto;
  }
  .images_gallery_items img
  {
    width: 300px;
    min-height: 300px;
    max-height: 400px;
  }
  .centered_content_title p
  {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 0px;
  }
  .petra_faculty_centered
  {
    padding: 40px 0 100px;
    margin-top: 100px;
  }
  .centered_content_box_desc
  {
    padding: 10px 10px 0 10px;
    height: auto;
    min-height: 250px;
  }
  .centered_content_box_desc h6
  {
    font-size: 15px;
    text-align: justify;
  }
  .centered_content_box_desc p
  {
    font-size: 14px;
    text-align: justify;
  }
  .centered_content_box_img img
  {
    min-height: 200px;
    max-height: 200px;
  }
  
  .facillities_gallery_items_content p
  {
    font-size: 16px;
  }
  .facillities_gallery_items_content h2
  {
    margin-bottom: 15px;
  }
  #imgAchieve img
  {
    width: 500px;
  }
  .petra_faculty_achieve .centered_content_title p
  {
    font-size: 16px;
  }
  #DivAllVideo iframe
  {
    border-radius: 10px;
  }
  .petra_videos_items
  {
    margin-right: 15px;
  }
  #DivFirstVideo iframe
  {
    border-radius: 10px;
  }
  .petra_faculty_sections_mange_content h2
  {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .petra_videos
  {
    margin-top: 30px;
    padding: 70px 0 60px;
  }
  .img_card_sec
  {
    margin-top: 60px;
    padding-top: 130px;
  }
  .petra_faculty_sections_mange_boxes h3
  {
    font-size: 24px;
  }
  .petra_faculty_sections_mange_boxes_links a
  {
    font-size: 16px;
  }
  .petra_faculty_sections_mange_boxes p
  {
    font-size: 16px;
  }
  .faculty_instructor_img img
  {
    width: 100%;
    height: 265px;
  }
  .petra_faculty_details_description_box_content a
  {
    font-size: 16px;
  }
  .petra_faculty_tabs_content a
  {
    font-size: 19px;
  }
  .petra_faculty_tabs_content
  {
    height: 50px;
  }
  .petra_faculty_tabs_content span
  {
    padding: 10px;
    height: 100%;
  }
  .petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
  {
    font-size: 12px;
  }
  .petra_faculty_tabs_items p
  {
    text-decoration: none;
    line-height: 26px;
    font-size: 15px;
  }
  .petra_faculty_events_tabs_items_btn a
  {
    width: 200px;
    height: 43px;
    padding: 8px;
    font-size: 18px;
    border-radius: 15px;
  }
  .accordion-body
  {
    font-size: 16px;
    line-height: 35px;
  }
  .petra_accordion_item .accordion-button
  {
    font-size: 19px;
  }
  
  .accordion-button::after
  {
    background-size: unset !important;
  }
  span.petra_faculty_desc_content1 p
  {
    font-size: 16px;
    max-width: 97%;
  }
  .petra_faculty_details_description_box_content p
  {
    font-size: 16px;
    max-width: unset;
  }
  span.petra_faculty_details_description_box_content h2
  {
    font-size: 28px;
  }
  #Certificatesimg
  {
    margin-top: 50px;
  }
  .petra_faculty_desc_content p
  {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
  }
  .petra_faculty_desc_content .petra_faculty_desc_link
  {
    margin-top: 40px;
    width: 210px;
    font-size: 19px;
  }
  .petra_faculty_desc iframe
  {
    height: 320px;
  }
  .petra_site_menu_links span p
  {
    font-size: 16px;
  }
  .section_name
  {
    transform: translate(20%, 45%);
  }
  .petra_faculty_header_slider .carousel-item img
  {
    min-height: 696px;
    max-height: 696px;
  }
  .petra_logo_faculty
  {
    flex: unset;
  }
  .petra_logo
  {
    margin-left: 9px;
  }
  .petra_logo:after
  {
    padding: 5px;
  }
  .petra_logo img
  {
    width: 50px;
  }
  .faculty_logo_name img
  {
    width: 50px;
  }
  .faculty_logo_name h1
  {
    font-size: 14px;
    max-width: 100px;
    margin-right: 0px;
    margin-top: 5px;
  }
  .petra_faculty_nav_links span
  {
    margin-right: 15px;
    margin-left: 0;
  }
  .testimonial_item1.col
  {
    flex: unset !important;
  }

  .petra_faculty_nav_links
  {
    justify-content: center;
    width: 65%;
    margin-top: 2px;
  }
  .en_logo svg
  {
    width: 30px;
  }
  .eye_acc svg
  {
    width: 35px;
  }
  .search_acc svg
  {
    width: 30px;
  }
  .petra_faculty_nav_links span a
  {
    font-size: 16px;
  }
  .petra_faculty_nav_accessibility
  {
    margin-right: 20px;
  }
  .petra_faculty_nav_accessibility
  {
    display: contents;
  }
  .petra_faculty_header_slider .carousel-indicators button
  {
    min-height: 22px;
    max-height: 22px;
    max-width: 22px;
    min-width: 22px;
  }
  .petra_faculty_desc_content1
  {
    flex: 0 0 77%;
  }
  .petra_faculty_tabsAN_items
  {
    margin-bottom: 100px;
  }
  .petra_faculty_tabsEW_items
  {
    margin-bottom: 100px;
  }
  .right_menu
  {
    width: 50%;
    height: 696px;
  }
  
  .img_card_content p
  {
    padding: 0 5px;
  }

}
















@media (min-width: 1400px) and (max-width: 1899.98px)
{
  .images_gallery_items_centered
  {
    text-align: center;
  }
  
  .popup_video iframe
  {
    width: 400px !important;
    height: 200px !important;
    padding: 0 !important;
  }
  .petra_faculty_video .faculty_img
  {
    height: 300px !important;
  }

  .petra_faculty_video .play_img
  {
    right: 44%;
    top: 41%;
    width: 60px;
  }



.footer_content_links
{
  width: 52%;
}
.footer_content_links a
  {
    width: 100%;
    font-size: 16px;
    padding: 4px 0 2px;
  }
  .footer_icons_items img
  {
    width: 50px;
  }
  .footer_content_contact h3
  {
    font-size: 18px !important;
  }
  .footer_content_contact p
  {
    font-size: 17px !important;
    margin-bottom: 10px;
  }
  .footer_content_contact
  {
    font-size: 12px;
  }
  .footer_map_content p
  {
    line-height: 30px;
    font-size: 16px;
  }
  .footer_map_content
  {
    margin-top: unset;
  }
  .footer_map
  {
    align-items: flex-start;
  }
  span.footer_map_image img
  {
    padding-top: unset !important;
  }
  .bottom_footer_other_links div a
  {
    font-size: 16px;
    text-decoration: none;
    margin: 0 6px;
  }
  .bottom_footer_other_links
  {
    justify-content: center;
    flex-direction: column;
  }
  .footer-links-top
  {
    display: flex;
    align-items: center;
  }
  .footer-links-bottom
  {
    display: flex;
    align-items: center;
  }
  .social_media img
  {
    width: 40px;
  }
  .bottom_footer_img img
  {
    width: 100px;
  }
  .footer_copyright p
  {
    font-size: 14px;
    font-weight: 100;
  }
  span.footer_map_image img
  {
    width: 100%;
  }
  .testimonial_item_flex_content p
  {
    font-size: 16px;
  }
  .testimonial_item_content h6
  {
    font-size: 16px;
  }
  .testimonial_item_content
  {
    margin-top: unset;
  }
  .centered_btn
  {
    margin-top: 30px;
  }
  .testimonial_item_content a
  {
    font-size: 16px;
  }
  .centered_btn a
  {
    padding: 8px;
    width: 210px;
    font-size: 16px !important;
  }
  .testimonial_item1 img
  {
    width: 100%;
  }
  .testimonial_item1.col
  {
    flex: unset !important;
  }
  .testimonial_item_flex_content
  {
    min-height: auto;
  }
  .centered_content_title p
  {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 0px;
  }
  .petra_faculty_centered
  {
    padding: 40px 0 100px;
    margin-top: 100px;
  }
  .centered_content_box_desc
  {
    padding: 10px 10px 0 10px;
    height: auto;
    min-height: 250px;
  }
  .centered_content_box_desc h6
  {
    font-size: 15px;
    text-align: justify;
  }
  .centered_content_box_desc p
  {
    font-size: 14px;
    text-align: justify;
  }
  .centered_content_box_img img
  {
    min-height: 200px;
    max-height: 200px;
  }
  
  .facillities_gallery_items_content p
  {
    font-size: 16px;
  }
  .facillities_gallery_items_content h2
  {
    margin-bottom: 15px;
  }
  #imgAchieve img
  {
    width: 500px;
  }
  .petra_faculty_achieve .centered_content_title p
  {
    font-size: 16px;
  }
  #DivAllVideo iframe
  {
    border-radius: 10px;
  }
  .petra_videos_items
  {
    margin-right: 15px;
  }
  #DivFirstVideo iframe
  {
    border-radius: 10px;
  }
  .petra_faculty_sections_mange_content h2
  {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .petra_videos
  {
    margin-top: 30px;
    padding: 70px 0 60px;
  }
  .img_card_sec
  {
    margin-top: 60px;
    padding-top: 130px;
  }
  .petra_faculty_sections_mange_boxes h3
  {
    font-size: 24px;
  }
  .petra_faculty_sections_mange_boxes_links a
  {
    font-size: 16px;
  }
  .petra_faculty_sections_mange_boxes p
  {
    font-size: 16px;
  }
  .faculty_instructor_img img
  {
    width: 90%;
    height: 265px;
  }
  .petra_faculty_details_description_box_content a
  {
    font-size: 16px;
  }
  .petra_faculty_tabs_content a
  {
    font-size: 19px;
  }
  .petra_faculty_tabs_content
  {
    height: 50px;
  }
  .petra_faculty_tabs_content span
  {
    padding: 10px;
    height: 100%;
  }
  .petra_faculty_events_tabs_items .petra_faculty_tabs_items h6
  {
    font-size: 12px;
  }
  .petra_faculty_tabs_items p
  {
    text-decoration: none;
    line-height: 26px;
    font-size: 15px;
  }
  .petra_faculty_events_tabs_items_btn a
  {
    width: 200px;
    height: auto;
    padding: 10px;
    font-size: 18px;
    border-radius: 15px;
  }
  .accordion-body
  {
    font-size: 16px;
    line-height: 35px;
  }
  .petra_accordion_item .accordion-button
  {
    font-size: 19px;
  }
  
  .accordion-button::after
  {
    background-size: unset !important;
  }
  span.petra_faculty_desc_content1 p
  {
    font-size: 16px;
    max-width: 97%;
  }
  .petra_faculty_details_description_box_content p
  {
    font-size: 16px;
    max-width: unset;
  }
  span.petra_faculty_details_description_box_content h2
  {
    font-size: 28px;
  }
  #Certificatesimg
  {
    margin-top: 50px;
  }
  .petra_faculty_desc_content p
  {
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
  }
  .petra_faculty_desc_content .petra_faculty_desc_link
  {
    margin-top: 40px;
    width: 210px;
    font-size: 19px;
  }
  .petra_faculty_desc iframe
  {
    height: 320px;
  }
  .petra_site_menu_links span p
  {
    font-size: 16px;
  }
  .section_name
  {
    transform: translate(34%, 60%);
  }
  .petra_logo_faculty
  {
    flex: unset;
  }
  .petra_logo
  {
    margin-left: 9px;
  }
  .petra_logo:after
  {
    padding: 5px;
  }
  .petra_logo img
  {
    width: 55px;
  }
  .faculty_logo_name img
  {
    width: 50px;
  }
  .faculty_logo_name h1
  {
    font-size: 14px;
    max-width: 80px;
    margin-right: 0px;
    margin-top: 5px;
  }
  .petra_faculty_nav_links span
  {
    margin-right: 25px;
    margin-left: 0;
  }
  .petra_faculty_nav_links
  {
    justify-content: center;
    width: 65%;
  }
  .petra_faculty_nav_links span a
  {
    font-size: 16px;
  }
  .petra_faculty_nav_accessibility
  {
    margin-right: 20px;
  }
  .petra_faculty_nav_accessibility
  {
    display: contents;
  }
  .petra_faculty_header_slider .carousel-indicators button
  {
    min-height: 22px;
    max-height: 22px;
    max-width: 22px;
    min-width: 22px;
  }
  .petra_faculty_desc_content1
  {
    flex: 0 0 77%;
  }
  
  .petra_faculty_name_desc1 .petra_faculty_video .faculty_img
  {
    height: 190px;
  }
  .petra_faculty_tabsAN_items
  {
    margin-bottom: 100px;
  }
  .petra_faculty_tabsEW_items
  {
    margin-bottom: 100px;
  }
  .right_menu
  {
    width: 50%;
    height: 725px;
  }
  
  .img_card_content p
  {
    padding: 0 5px;
  }
  .footer_content_contact ul li 
  {
    font-size: 15px;
  }
  .photo_gallery a
 {
    border-radius: 15px;
    font-size: 16px;
    width: 210px;
    height: auto;
  }
  .petra_faculty_nav
  {
    height: auto;
  }

  .quick_nav
  {
    padding: 150px 80px 50px;
  }
}



#MenuBottom a
{
  text-decoration: none;
  color: #ffff !important;
}
#DivRealBox a
{
  text-decoration: none;
}

.img_card
{
  position: relative;
  z-index: 9;
}
.img_card_img
{
  background-color: rgb(45 30 57 / 20%);
  border-radius: 20px 20px 0px 0;
}




.petra_faculty_video .faculty_img
{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.petra_faculty_video
{
  width: 100%;
  height: 100%;
}
.petra_popup
{
  align-items: center;
  justify-content: center;
}
.popup_boxes
{
  top: unset !important;
}
div.ms-webpart-cell-vertical-inline-table
{
  display: table;
}




@media (min-width: 1400px) 
{ 

  .petra_faculty_tabsEW_items
  {
      height: 525px;
  }
  .petra_faculty_tabsAN_items
  {
      height: 525px;
  }
.petra_faculty_events_tabs_items_btn
{
  bottom: -160px;
}
}

@media (min-width: 1900px) 
{ 
  span.petra_faculty_desc_content1 p
  {
    font-size: 18px;
    max-width: 95%;
  }
  .petra_faculty_video
  {
    min-width: 250px;
    max-width: 30%;
  }
  .right_menu
  {
    height: 725px;
  }
}








#ms-designer-ribbon
{
  position: relative;
  z-index: 99999;
}
.ms-SPZone.ms-webpart-zone
{
    position: relative;
    z-index: 9999;
}
#MSO_tblPageBody
{
    position: relative;
    z-index: 9999;
}







@media (max-width:1800px) {

  .menu-container {
      text-align: right;
      position: fixed;
      z-index: 999;
      right: 0;
      width: 100%;
      top: 55%;
  }
  
  .menu-arrow {
      display: inline-block;
      cursor: pointer;
      padding: 10px;
      background-color: rgb(145 145 145);
      border-radius: 13%;
      color: #ffff;
      rotate: -90deg;
      height: 35px;
      width: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      left: -11px;
  }


  
  .menu-list.show {
      display: block;
      list-style: none;
  }
  
  .menu-list li {
      margin-bottom: 5px;
  }
  .menu-list li a{
      text-decoration: none;
      color: #ffff;
      border-bottom: 1px solid;
      width: 100%;
      display: block;
      padding: 10px 0;
      font-size: 15px;
  }
    .menu-arrow {
      transition: transform 0.3s ease-in-out;
    }
    .menu-list {
  
      transition: transform 0.3s ease-in-out;
    }
  
    .menu-list
    {
        display: none;
        text-align: justify;
        background-color: rgb(145 145 145);
        padding: 5px 2%;
        border-radius: 0px 20px 20px 0px;
        position: absolute;
        top: -300px;
        z-index: 99;
        left: 0;
        height: 550px;
        overflow: scroll;
        list-style: none;
    }
  }
  @media (min-width:1801px) {
      .menu-container
      {
          display: none;
      }
  }
  





@media (min-width: 1600.1px) and (max-width: 1800px) 
{
  .menu-list
  {
      width: 25%;
  }
  .menu-arrow.rotate
  {
      left: 24%;
      top: -30px;
      rotate: 90deg;
  }
}

@media (min-width: 1400.1px) and (max-width: 1600px) 
{
  .menu-list {
      width: 25%;
  }
  .menu-arrow.rotate {
    transform: rotate(180deg);
    left: 23.5%;
  }
}


@media (min-width: 1200.1px) and (max-width: 1400px) 
{
  .menu-list {
      width: 25%;
  }
  .menu-arrow.rotate {
    transform: rotate(180deg);
    left: 23.5%;
  }
}

@media (min-width: 993.1px) and (max-width: 1200px) 
{

  .menu-arrow.rotate {
      transform: rotate(180deg);
      left: 27.5%;
    }
    .menu-list {
      width: 29%;
  }
}



@media (min-width: 768px) and (max-width: 993px) 
{
  .menu-arrow.rotate {
      transform: rotate(180deg);
      left: 32.5%;
    }
    .menu-list {
      width: 34%;
  }


}
@media (min-width: 576px) and (max-width: 768px) {

  .menu-arrow.rotate {
      transform: rotate(180deg);
      left: 48%;
    }
    .menu-list {
      width: 50%;
  }

}
@media (max-width: 576px) 
{
  .menu-arrow.rotate {
      transform: rotate(180deg);
      left: 87%;
    }
    .menu-list {
      width: 90%;
  }
}



#FacultyHeaderSlider1
{
  height: 400px;
}

#FacultyHeaderSlider1 #InnerPagesFaculityImage
{
  height: 400px;
  width: 100%;
  object-fit: cover;
}


#WebPartWPQ1 .ms-rtestate-field
{
  height: auto !important;
}
#WebPartWPQ1
{
  height: auto !important;
}

@media (min-width:1901px) and (max-width:2300px) {
  .section_name {
    transform: translate(40%, 60%);
  }
}


#FacultyHeaderSlider1 .img_overlayTitle
{
    position: absolute;
    top: 60%;
    left: 0%;
    width: 90%;
    z-index: 2;
}

p#AllPageDesc
{
	color:#fff;
}

h2#AllPageTitle
{
  color:#fff;
  font-weight: 600;
  margin: 0;
  text-shadow: #000 2px 2px 1px;
}





#PetralogoLink {
  text-decoration: none !important;
}
#FacultylogoLink
{
  text-decoration: none !important;
}
.stuff_sec #AllPageTitle
{
  color: #000 !important;
}
.stuff_sec #AllPageDesc
{
  color: #000 !important;
}
.main_sec
{
    background-size: 100% 400px;
    background-repeat: no-repeat;
    margin: unset;
    position: relative;
    height: 400px;
}
.petra_site_menu
{
  z-index: 99;
}

@media (max-width: 991.98px) 
{  
  .petra_faculty_name_desc
  {
    display: none !important;
  }
}


@media (min-width: 1400px) {

  .quick_nav_acc_item .accordion-collapse
  {
      width: 38%;
      margin: 0 auto;
      display: inline-block;
  }
  .quick_nav_sublinks ul
  {
      width: 130%;
  }
  .quick_nav_sublinks ul li
  {
      flex-basis: 50%;
      text-align: left;
  }
  
}


@media (min-width: 768px) {
  img#Petralogo {
    width: 50px;
    height: auto;
}
img#Facultylogo
{
  width: 17%;
}
.petra_faculty_nav_accessibility svg
{
    max-width: 34px;
    max-height: 26px;
}
}

.search_btns a:hover
{
  color: #fff !important;
}

@media (max-width: 768px) {

  h2#AllPageTitle
  {
    font-size: 30px;
  }
  
  .quick_nav_sublinks ul li
  {
    text-align: center;
  }
}




@media (min-width:993.1px)
{
     .images_gallery_items .images_gallery_top
    {
        min-height: 300px;
        max-height: 300px;
        width: 90%;
        object-fit: cover;
    }
    .images_gallery_items .images_gallery_bottom
    {
        min-height: 300px;
        max-height: 300px;
        width: 90%;
        object-fit: cover;
    }
}

@media (min-width: 768.1px) and (max-width: 993px) {

    .images_gallery_items .images_gallery_top {
        animation: unset;
        top: unset;
        width: 300px;
        height: 250px;
    }
     .images_gallery_items .images_gallery_bottom {
        animation: unset;
        bottom: unset;
        height: 250px;
        width: 300px;
        object-fit: cover;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .images_gallery_items .images_gallery_top {
        animation: unset;
        top: unset;
    }
    .images_gallery_items .images_gallery_top {
        left: 0;
    }
    .images_gallery_items .images_gallery_bottom {
        animation: unset;
        bottom: unset;
    }
}


@media (max-width: 575.98px) {
   .images_gallery_items .images_gallery_top {
        animation: unset;
        top: unset;
    }   
  .images_gallery_items .images_gallery_top {
        left: 0;
    }

   .images_gallery_items .images_gallery_bottom {
        animation: unset;
        bottom: unset;
    }

}


.images_gallery_items
{
    animation: images_gallery_items_animate 1s ease-out 0.5s forwards;
    opacity: 10%;
}
.petra_faculty_details_description {
  padding: 30px 0px;
}

#Certificatesimg img {
  width: 150px;
    height: 150px;
    object-fit: cover;
    border: unset !important;
    border-radius: unset !important;
}
#Certificatesimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.petra_faculty_details_description.responsive_active_sec {
    padding: 30px 0;
}
.section_specs
{
     width: fit-content;
}
#LinksCollageLinks
{
    width: fit-content;
}

@media (min-width: 1400.1px)
{
    .leveltwolist #c11
    {
        padding-inline-start: 12%;
    }

}



.major
{
    width: auto !important;
    display:  block !important;
}

.quick_nav button.accordion-button.collapsed
{
background-color: unset;
color: #fff;
}
.accordion-button:not(.collapsed)
{
background-color: unset !important;
color: #fff !important;

}
.accordion-button:focus
{
border-color: unset !important;
box-shadow: unset !important;
}

.leveltwo
{
width: 100% !important;
}
.leveltwobut
{
padding: unset !important;
width: 100%;
justify-content: left !important;
}

.leveltwo ul
{
display: block;
width: 100% !important;
}
.leveltwolist ul
{
display: block !important;
}
.leveltwolist ul li
{
width: 100%;
text-align: left;
}

.leveltwolist ul:first-child
{
width: 100% !important;
}

.leveltwobut::after 
{
display: none;
}
.leveltwo a
{
font-size: 15px;
}
.leveltwobut h6
{
margin: unset ;
}

.leveltwolist ul
{
    list-style: outside !important;
    padding: 0;
    color: #fff;
}





.facillities_gallery_items_content h2 a {
  color: #fff !important;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0;
  text-decoration: unset;
  width: auto;
  height: auto;
  text-align: justify;
  line-height: 1.5;
}
.facillities_gallery_items_content h2 a:hover {
  background-color: unset !important;
  color: #fff !important;

}
#SingleAnnualExhibition
{
  margin-bottom: 100px;
}